summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachit Gupta <rachitgupta1792@gmail.com>2014-07-08 21:53:28 +0530
committerRachit Gupta <rachitgupta1792@gmail.com>2014-07-08 21:53:28 +0530
commitf28e4bd999efc5ea2bd76b2a921efc9f89a50c7c (patch)
treebe8a4a3adaab5848e1f5d5994cc2e7e5aade997c
parent07fee9d02dfd96fb8719ce5b151f4c1199c90d8e (diff)
Improved UI: Large buttons are not shown.
* In the Personalization Tab Page, the button sizes are not affected by the presence of the preview buttons. THey remain their original size. * Added some padding and spacing to avoid cluttering of the widgets. Change-Id: Iea919b9fbfce4a7bfc82f73ccb49f94aa10ec804
-rw-r--r--cui/uiconfig/ui/personalization_tab.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui
index f19e1dbbc55b..c76e00fef1de 100644
--- a/cui/uiconfig/ui/personalization_tab.ui
+++ b/cui/uiconfig/ui/personalization_tab.ui
@@ -18,13 +18,14 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="top_padding">6</property>
+ <property name="bottom_padding">6</property>
<property name="left_padding">12</property>
+ <property name="right_padding">6</property>
<child>
<object class="GtkVBox" id="vbox2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="spacing">2</property>
- <property name="homogeneous">True</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkRadioButton" id="no_persona">
<property name="label" translatable="yes">Plain look, do not use Themes</property>
@@ -169,7 +170,6 @@
<property name="spacing">6</property>
<child>
<object class="GtkTreeView" id="installed_personas:border">
- <property name="visible">False</property>
<property name="can_focus">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection2"/>