Skip to content

Commit

Permalink
Merge pull request #358 from alindt/master
Browse files Browse the repository at this point in the history
cinnamon-settings: space between "All Settings" button and the content
  • Loading branch information
clefebvre committed Feb 19, 2012
2 parents 874ba94 + dcebea8 commit e0841af
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions files/usr/lib/cinnamon-settings/cinnamon-settings.ui
Expand Up @@ -23,36 +23,35 @@
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">10</property> <property name="spacing">10</property>
<child> <child>
<object class="GtkVBox" id="vbox1"> <object class="GtkButtonBox" id="top_button_box">
<property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="layout_style">start</property>
<child> <child>
<object class="GtkButtonBox" id="top_button_box"> <object class="GtkButton" id="button_back">
<property name="can_focus">False</property> <property name="label">button</property>
<property name="layout_style">start</property> <property name="visible">True</property>
<child> <property name="can_focus">True</property>
<object class="GtkButton" id="button_back"> <property name="receives_default">True</property>
<property name="label">button</property> <property name="use_action_appearance">False</property>
<property name="use_action_appearance">False</property> <property name="image">image1</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
<property name="image">image1</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
</object> </object>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">0</property> <property name="position">0</property>
</packing> </packing>
</child> </child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child> <child>
<object class="GtkScrolledWindow" id="side_view_sw"> <object class="GtkScrolledWindow" id="side_view_sw">
<property name="height_request">125</property> <property name="height_request">125</property>
Expand Down Expand Up @@ -114,7 +113,7 @@
<packing> <packing>
<property name="expand">True</property> <property name="expand">True</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">0</property> <property name="position">1</property>
</packing> </packing>
</child> </child>
<child> <child>
Expand All @@ -126,7 +125,6 @@
<child> <child>
<object class="GtkButton" id="button_cancel"> <object class="GtkButton" id="button_cancel">
<property name="label">gtk-close</property> <property name="label">gtk-close</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
Expand All @@ -145,7 +143,7 @@
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">1</property> <property name="position">2</property>
</packing> </packing>
</child> </child>
</object> </object>
Expand Down

0 comments on commit e0841af

Please sign in to comment.