summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachit Gupta <rachitgupta1792@gmail.com>2014-06-13 19:27:45 +0530
committerRachit Gupta <rachitgupta1792@gmail.com>2014-08-04 20:27:50 +0530
commit3dda4a4241886051c5aa685c90c16b1ae9f03271 (patch)
tree3315b81b30409d71456209fcf88cdb2a1a411dce
parent48d759ecb557833291f70449896ad8b2eca25f57 (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
-rw-r--r--cui/uiconfig/ui/select_persona_dialog.ui18
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>