diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-09 14:53:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-09 14:53:51 +0000 |
commit | 224da5bcde2a62d375490456f717e5c2a639a802 (patch) | |
tree | 707e55bad35b1feb85892430f013bbad41e6852c /cui/uiconfig | |
parent | a1638c81d06330b514d18af0b0a3e84607b110c1 (diff) |
wrong title, copied and paste from its neighbour
Change-Id: Ib9b7eb21cacdf864f309a0a853d64f299ec7b74c
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/connpooloptions.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/connpooloptions.ui b/cui/uiconfig/ui/connpooloptions.ui index 2c2c7e42d4d9..811e49dd8f31 100644 --- a/cui/uiconfig/ui/connpooloptions.ui +++ b/cui/uiconfig/ui/connpooloptions.ui @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.0 on Thu Jan 9 14:52:53 2014 --> <interface> <!-- interface-requires gtk+ 3.0 --> + <!-- interface-requires LibreOffice 1.0 --> <object class="GtkAdjustment" id="adjustment1"> <property name="lower">30</property> <property name="upper">600</property> @@ -41,7 +43,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> @@ -76,6 +77,7 @@ <object class="cuilo-DriverListControl" id="driverlist"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="vexpand">True</property> </object> <packing> <property name="expand">False</property> @@ -128,7 +130,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> @@ -164,7 +165,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> - <property name="invisible_char_set">True</property> <property name="adjustment">adjustment1</property> </object> <packing> @@ -195,7 +195,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Registered databases</property> + <property name="label" translatable="yes">Connection pool</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |