summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-28 13:32:40 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-28 13:32:52 +0200
commit791a8780a7dcbb062c7553eec81e3c1887ecdade (patch)
tree07c3754f80c0aec0f1c28dd6dec5b4cf15d7b4b7 /cui/uiconfig
parent94bcfb04194baa55f995de57981a293cbd1a4f5e (diff)
Make the OS choice a combobox
Change-Id: Ie10d8f01b847f868e2a8d5afae8b313de3a98d91
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/blackorwhitelistentrydialog.ui31
1 files changed, 28 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
index 12feaa339ea7..5306d7ab2cea 100644
--- a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
+++ b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
@@ -2,7 +2,32 @@
<!-- Generated with glade 3.18.3 -->
<interface>
<requires lib="gtk+" version="3.0"/>
- <requires lib="LibreOffice" version="1.0"/>
+ <object class="GtkListStore" id="os-liststore">
+ <columns>
+ <!-- column-name value -->
+ <column type="gchararray"/>
+ <!-- column-name id -->
+ <column type="gint"/>
+ </columns>
+ <data>
+ <row>
+ <col id="0" translatable="yes">Any</col>
+ <col id="1">0</col>
+ </row>
+ <row>
+ <col id="0" translatable="no">Linux</col>
+ <col id="1">1</col>
+ </row>
+ <row>
+ <col id="0" translatable="no">OS X</col>
+ <col id="1">2</col>
+ </row>
+ <row>
+ <col id="0" translatable="no">Windows</col>
+ <col id="1">3</col>
+ </row>
+ </data>
+ </object>
<object class="GtkDialog" id="BlackOrWhiteListEntryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -98,11 +123,11 @@
</packing>
</child>
<child>
- <object class="GtkEntry" id="os">
+ <object class="GtkComboBox" id="os">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
- <property name="width_chars">12</property>
+ <property name="model">os-liststore</property>
</object>
<packing>
<property name="left_attach">0</property>