diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-16 09:22:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-16 14:33:39 +0100 |
commit | 35f846ffea29943729de98ae8d50adf4d82c4aa0 (patch) | |
tree | 970c151521ed27647d2403a807d5cd070d012cac /cui/uiconfig | |
parent | 360e017a7b58cc2c52ee13bca2836040396eabe0 (diff) |
tidy up some of the options panes
Change-Id: Iad307aedc68f0f515e38949ee36f3fdf1fd0b32a
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/optonlineupdatepage.ui | 1 | ||||
-rw-r--r-- | cui/uiconfig/ui/personalization_tab.ui | 16 |
2 files changed, 3 insertions, 14 deletions
diff --git a/cui/uiconfig/ui/optonlineupdatepage.ui b/cui/uiconfig/ui/optonlineupdatepage.ui index dec425538e01..16bd6ca20515 100644 --- a/cui/uiconfig/ui/optonlineupdatepage.ui +++ b/cui/uiconfig/ui/optonlineupdatepage.ui @@ -5,6 +5,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="border_width">6</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui index 92e8d961c31e..307891c2edda 100644 --- a/cui/uiconfig/ui/personalization_tab.ui +++ b/cui/uiconfig/ui/personalization_tab.ui @@ -7,9 +7,6 @@ <property name="border_width">6</property> <property name="spacing">12</property> <child> - <placeholder/> - </child> - <child> <object class="GtkFrame" id="frame2"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -25,14 +22,13 @@ <object class="GtkVBox" id="vbox2"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="homogeneous">True</property> <child> <object class="GtkRadioButton" id="no_persona"> <property name="label" translatable="yes">Plain look, do not use Themes</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">default_persona</property> @@ -46,11 +42,9 @@ <child> <object class="GtkRadioButton" id="default_persona"> <property name="label" translatable="yes">Pre-installed Theme (if available)</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">own_persona</property> @@ -65,15 +59,14 @@ <object class="GtkHBox" id="hbox1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="spacing">12</property> <property name="homogeneous">True</property> <child> <object class="GtkRadioButton" id="own_persona"> <property name="label" translatable="yes">Own Theme</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> <property name="group">no_persona</property> @@ -87,11 +80,9 @@ <child> <object class="GtkButton" id="select_persona"> <property name="label" translatable="yes">Select Theme</property> - <property name="use_action_appearance">False</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> </object> <packing> <property name="expand">False</property> @@ -127,9 +118,6 @@ <property name="position">1</property> </packing> </child> - <child> - <placeholder/> - </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> |