diff options
author | Rachit Gupta <rachitgupta1792@gmail.com> | 2014-06-13 19:27:45 +0530 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-08-14 19:43:26 +0200 |
commit | b8d74c4ddb1408e38d2b231dfc83d452c39d8f59 (patch) | |
tree | e6000da111c6edce1e114340c49cc76487be21e9 /cui/uiconfig | |
parent | 961198a67ec2e3cd83f44e9f0235e91355699602 (diff) |
Fixed Bug: Small buttons are not visible initially.
Small ugly buttons were visible before searching. Their default
visibility is set to false.
Change-Id: I54baf50e4ffd7749391fbc0a48a07d7a1ffd5433
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/select_persona_dialog.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui index 2c9f5a1afc2f..4ebd36d9420e 100644 --- a/cui/uiconfig/ui/select_persona_dialog.ui +++ b/cui/uiconfig/ui/select_persona_dialog.ui @@ -136,7 +136,7 @@ <property name="column_spacing">6</property> <child> <object class="GtkButton" id="result1"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -152,7 +152,7 @@ </child> <child> <object class="GtkButton" id="result2"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -168,7 +168,7 @@ </child> <child> <object class="GtkButton" id="result3"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -184,7 +184,7 @@ </child> <child> <object class="GtkButton" id="result4"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -200,7 +200,7 @@ </child> <child> <object class="GtkButton" id="result5"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -216,7 +216,7 @@ </child> <child> <object class="GtkButton" id="result6"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -232,7 +232,7 @@ </child> <child> <object class="GtkButton" id="result7"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -248,7 +248,7 @@ </child> <child> <object class="GtkButton" id="result8"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> @@ -264,7 +264,7 @@ </child> <child> <object class="GtkButton" id="result9"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <child> |