gui: GtkPaned spacing improvements

Use a smaller handle, but add more space to the child widgets margins.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-06-20 10:04:20 -04:00
parent 2f3bdf353d
commit c4e0efbe72
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
6.4.14:
- GtkPaned spacing improvements
6.4.14-rc: 6.4.14-rc:
- Load files and databases using the idle queue - Load files and databases using the idle queue
- Switch over to using the glib g_random_int_range() function - Switch over to using the glib g_random_int_range() function

View File

@ -816,12 +816,12 @@
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="position">125</property> <property name="position">125</property>
<property name="position_set">True</property> <property name="position_set">True</property>
<property name="wide_handle">True</property>
<signal name="notify::position" handler="__sidebar_resize" swapped="no"/> <signal name="notify::position" handler="__sidebar_resize" swapped="no"/>
<child> <child>
<object class="GtkBox" id="box5"> <object class="GtkBox" id="box5">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="margin_right">3</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<child> <child>
<object class="GtkButtonBox" id="buttonbox2"> <object class="GtkButtonBox" id="buttonbox2">
@ -886,7 +886,6 @@
<object class="GtkScrolledWindow" id="scrolledwindow3"> <object class="GtkScrolledWindow" id="scrolledwindow3">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="margin_right">1</property>
<property name="margin_top">5</property> <property name="margin_top">5</property>
<property name="margin_bottom">5</property> <property name="margin_bottom">5</property>
<property name="shadow_type">in</property> <property name="shadow_type">in</property>
@ -1055,7 +1054,7 @@
<object class="GtkBox" id="box1"> <object class="GtkBox" id="box1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="margin_left">1</property> <property name="margin_left">3</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<child> <child>
<object class="GtkStack" id="o_stack"> <object class="GtkStack" id="o_stack">