diff options
author | Rachit Gupta <rachitgupta1792@gmail.com> | 2014-08-05 21:27:20 +0530 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-08-14 19:43:33 +0200 |
commit | 3fcd1064b31af66f5575a27e5ebbf7659d7675bd (patch) | |
tree | 3252e9e29fa06e598f0716c1376a7585c619f293 /cui/uiconfig | |
parent | 53162944da82a837bfe83b71b47b380280f779c6 (diff) |
Changed Select Persona Dialog.
The result buttons are visible initially but are disabled. These get
enabled when the results are available.
A little code clean up.
Change-Id: I6217d59220d871909bd001a6c7f3636b05cdf911
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/select_persona_dialog.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui index 0d99baea1121..2826a19d3f80 100644 --- a/cui/uiconfig/ui/select_persona_dialog.ui +++ b/cui/uiconfig/ui/select_persona_dialog.ui @@ -262,6 +262,7 @@ <property name="column_homogeneous">True</property> <child> <object class="GtkButton" id="result1"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -276,6 +277,7 @@ </child> <child> <object class="GtkButton" id="result2"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -290,6 +292,7 @@ </child> <child> <object class="GtkButton" id="result3"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -304,6 +307,7 @@ </child> <child> <object class="GtkButton" id="result4"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -318,6 +322,7 @@ </child> <child> <object class="GtkButton" id="result5"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -332,6 +337,7 @@ </child> <child> <object class="GtkButton" id="result6"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -346,6 +352,7 @@ </child> <child> <object class="GtkButton" id="result7"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -360,6 +367,7 @@ </child> <child> <object class="GtkButton" id="result8"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> @@ -374,6 +382,7 @@ </child> <child> <object class="GtkButton" id="result9"> + <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="hexpand">True</property> |