diff options
author | David Robillard <d@drobilla.net> | 2007-01-01 06:57:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-01-01 06:57:10 +0000 |
commit | 2089012518d57d8f94d904b5f71854d02e3766a7 (patch) | |
tree | b0b26d6a1a2fc002936c52ed50d2f1838d4fb586 | |
parent | 6972a4a3990a573937e420864268fcca39a7741a (diff) | |
download | patchage-2089012518d57d8f94d904b5f71854d02e3766a7.tar.gz patchage-2089012518d57d8f94d904b5f71854d02e3766a7.tar.bz2 patchage-2089012518d57d8f94d904b5f71854d02e3766a7.zip |
Toolbar spacing touchups.
git-svn-id: http://svn.drobilla.net/lad/patchage@227 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | src/patchage.glade | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/patchage.glade b/src/patchage.glade index 86d02d5..b84c31b 100644 --- a/src/patchage.glade +++ b/src/patchage.glade @@ -617,6 +617,7 @@ <child> <widget class="GtkComboBoxEntry" id="main_buffer_size_combo"> + <property name="border_width">1</property> <property name="visible">True</property> <property name="items" translatable="yes">32 64 @@ -648,8 +649,8 @@ <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> - <property name="xpad">2</property> - <property name="ypad">2</property> + <property name="xpad">1</property> + <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> @@ -692,7 +693,7 @@ <property name="selectable">False</property> <property name="xalign">0.5</property> <property name="yalign">0.5</property> - <property name="xpad">0</property> + <property name="xpad">1</property> <property name="ypad">0</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> @@ -803,8 +804,8 @@ The bar represents the maximum processing delay as a fraction of the time availa </widget> <packing> <property name="padding">1</property> - <property name="expand">False</property> - <property name="fill">False</property> + <property name="expand">True</property> + <property name="fill">True</property> </packing> </child> @@ -823,8 +824,8 @@ The bar represents the maximum processing delay as a fraction of the time availa </widget> <packing> <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> + <property name="expand">False</property> + <property name="fill">False</property> </packing> </child> </widget> @@ -862,7 +863,6 @@ The bar represents the maximum processing delay as a fraction of the time availa <child> <widget class="GtkButton" id="rewind_but"> - <property name="border_width">1</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> @@ -1011,7 +1011,6 @@ The bar represents the maximum processing delay as a fraction of the time availa <child> <widget class="GtkButton" id="zoom_normal_but"> - <property name="border_width">1</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> |