diff options
author | Rachit Gupta <rachitgupta1792@gmail.com> | 2014-07-01 18:27:42 +0530 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-08-14 19:43:31 +0200 |
commit | e653a1fd2d46d07d48f99c8a604ec0b46d51bd5c (patch) | |
tree | d5059167144c847c2eb4c385addd953b5955dbc8 /cui/uiconfig | |
parent | 5bed7be540e55149667fb5f4af826acdc1127efc (diff) |
Changed Personas installed through extensions procedure.
The UI now consists of a TreeView that lists all the personas that were
installed through extensions. When the user selects any name from the
list, the preview is shown in a button besides the list.
If there are no extensions installed, the list stays hidden.
Change-Id: I030d99549fd5b15d1104224116257ad62cdd1891
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/personalization_tab.ui | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui index 2b53e029bc29..f19e1dbbc55b 100644 --- a/cui/uiconfig/ui/personalization_tab.ui +++ b/cui/uiconfig/ui/personalization_tab.ui @@ -168,26 +168,23 @@ <property name="can_focus">False</property> <property name="spacing">6</property> <child> - <object class="GtkButton" id="extension1"> + <object class="GtkTreeView" id="installed_personas:border"> + <property name="visible">False</property> <property name="can_focus">True</property> - <property name="receives_default">True</property> - <child> - <placeholder/> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection2"/> </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> - <object class="GtkButton" id="extension2"> + <object class="GtkButton" id="persona_preview"> <property name="can_focus">True</property> <property name="receives_default">True</property> - <child> - <placeholder/> - </child> </object> <packing> <property name="expand">False</property> @@ -195,20 +192,6 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="GtkButton" id="extension3"> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <child> - <placeholder/> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> </object> <packing> <property name="expand">True</property> |