forked from AuroraMiddleware/gtk
assistant: Drop hardcoded padding
This means the pages themselves will be responsible for setting suitable padding. https://bugzilla.gnome.org/show_bug.cgi?id=750631
This commit is contained in:
parent
ef8ad1c734
commit
cfd85dee03
@ -10,7 +10,7 @@
|
||||
<child>
|
||||
<object class="GtkBox" id="main_box">
|
||||
<property name="visible">True</property>
|
||||
<property name="spacing">12</property>
|
||||
<property name="spacing">0</property>
|
||||
<child>
|
||||
<object class="GtkFrame" id="sidebar_frame">
|
||||
<property name="visible">True</property>
|
||||
@ -34,9 +34,9 @@
|
||||
<child>
|
||||
<object class="GtkBox" id="content_box">
|
||||
<property name="visible">True</property>
|
||||
<property name="border_width">12</property>
|
||||
<property name="border_width">0</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">12</property>
|
||||
<property name="spacing">0</property>
|
||||
<child>
|
||||
<object class="GtkNotebook" id="content">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user