diff options
-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> |