diff options
| author | Matthias Clasen <mclasen@redhat.com> | 2016-01-03 15:33:54 (GMT) |
|---|---|---|
| committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-03 15:33:54 (GMT) |
| commit | 9c39232ab399eb3138fa4924b6072c3d340c215e (patch) | |
| tree | fb1e95d061c2f2030e7e577588dd8f0fc9fd7be9 /gtk/ui/gtkassistant.ui | |
| parent | adfb76dc7ee8e78e54c343230091b3b01fa11760 (diff) | |
| download | gtk+-9c39232ab399eb3138fa4924b6072c3d340c215e.zip gtk+-9c39232ab399eb3138fa4924b6072c3d340c215e.tar.xz | |
assistant: Drop unnecessary frame
We can just style the sidebar box itself, no need for an
extra frame widget.
Diffstat (limited to 'gtk/ui/gtkassistant.ui')
| -rw-r--r-- | gtk/ui/gtkassistant.ui | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui index a77d3fd..e516c91 100644 --- a/gtk/ui/gtkassistant.ui +++ b/gtk/ui/gtkassistant.ui @@ -11,19 +11,12 @@ <object class="GtkBox" id="main_box"> <property name="visible">1</property> <child> - <object class="GtkFrame" id="sidebar_frame"> + <object class="GtkBox" id="sidebar"> <property name="visible">1</property> + <property name="orientation">vertical</property> <style> <class name="sidebar"/> </style> - <child> - <object class="GtkBox" id="sidebar"> - <property name="visible">1</property> - <property name="orientation">vertical</property> - <property name="spacing">6</property> - </object> - </child> - <child type="label_item"/> </object> <packing> <property name="fill">0</property> |