[SCM] calf/master: + Compressor: another stab at layout

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:37 UTC 2013


The following commit has been merged in the master branch:
commit 40b89e1f287e6a7014c2f09afd8727001c7c936d
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue Nov 25 22:41:10 2008 +0000

    + Compressor: another stab at layout

diff --git a/gui/gui-compressor.xml b/gui/gui-compressor.xml
index 1cb2a6d..4d4941d 100644
--- a/gui/gui-compressor.xml
+++ b/gui/gui-compressor.xml
@@ -1,61 +1,69 @@
-<table border="10" rows="2" cols="2">
-    <hbox attach-x="0" attach-y="0" attach-w="3">
-    	<vbox>
+<table border="10" rows="4" cols="1">
+    <hbox attach-x="0" attach-y="0" shrink-y="1" expand-y="0">
+    	<vbox expand="0">
              <label param="bypass"/>
              <align><toggle param="bypass" shrink="1"/></align>
         </vbox>
-    	<vbox>
+    	<vbox expand="0">
              <label param="detection"/>
              <combo param="detection"/>
         </vbox>
-    	<vbox>
+    	<vbox expand="0">
              <label param="stereo_link"/>
              <combo param="stereo_link"/>
         </vbox>
-    	<vbox>
+    	<vbox expand="0">
              <label param="aweighting"/>
              <align><toggle param="aweighting"/></align>
         </vbox>
     </hbox>
     <if cond="directlink">
-        <align attach-x="1" attach-y="1" scale-x="1" scale-y="1">
-            <table rows="7" cols="2">
-                <line-graph attach-x="0" attach-y="0" attach-h="7" refresh="1" width="160" height="160" param="compression" square="1" shrink-x="1"/>
-                <label attach-x="1" attach-y="0" param="compression"/>
-                <vumeter attach-x="1" attach-y="1" shrink-x="1" expand-y="0" param="compression" mode="2"/>
-                <label attach-x="1" attach-y="2" param="peak"/>
-                <vumeter attach-x="1" attach-y="3" shrink-x="1" expand-y="0" param="peak" mode="0"/>
-                <label attach-x="1" attach-y="4" param="clip"/>
-                <led attach-x="1" attach-y="5" param="clip" expand-x="0" expand-y="0"/>
-                <label attach-x="1" attach-y="6"/>
-            </table>
-        </align>
+        <line-graph attach-x="0" attach-y="1" refresh="1" width="160" height="160" param="compression" square="1" expand-y="1" fill-y="1"/>
     </if>
-    <hbox attach-x="0" attach-y="2" attach-w="3">
-        <vbox border="10">
+    <table attach-x="0" attach-y="2" expand-y="0" expand-x="1" spacing="10" rows="1" cols="3">
+        <vbox expand-x="1" fill-x="1" expand="1" fill="1" attach-x="0" attach-y="0">
+            <label param="compression" />
+            <vumeter param="compression" mode="2" />
+        </vbox>
+        <vbox shrink-x="1" expand="0" fill="0" attach-x="1" attach-y="0">
+            <label param="clip" expand="0" fill="0" />
+            <led param="clip" expand="0" fill="0" />
+        </vbox>
+        <vbox expand-x="1" fill-x="1" expand="1" fill="1" attach-x="2" attach-y="0">
+            <label param="peak" />
+            <vumeter param="peak" mode="0" shrink-y="0" />
+        </vbox>
+    </table>
+    <hbox attach-x="0" attach-y="3" expand-y="0">
+        <vbox border="10" expand="0">
             <label param="attack" />
             <knob param="attack" />
             <value param="attack" />
         </vbox>
-        <vbox border="10">
+        <vbox border="10" expand="0">
             <label param="release" />
             <knob param="release" />
             <value param="release" />
         </vbox>
-        <vbox border="10">
+        <vbox border="10" expand="0">
             <label param="threshold" />
             <knob param="threshold"/>
             <value param="threshold" />
         </vbox>
-        <vbox border="10">
+        <vbox border="10" expand="0">
             <label param="ratio" />
             <knob param="ratio" />
             <value param="ratio" />
         </vbox>
-        <vbox border="10">
+        <vbox border="10" expand="0">
             <label param="makeup" />
             <knob param="makeup" />
             <value param="makeup" />
         </vbox>
+        <vbox border="10" expand="0">
+            <label param="knee" />
+            <knob param="knee" />
+            <value param="knee" />
+        </vbox>
     </hbox>
 </table>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list