diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-21 10:28:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-21 11:31:26 +0000 |
commit | f21114332bf670ab7f8e9b0a7f4d83d436d8fd9e (patch) | |
tree | a8e7f0b998be6b7845dbc3139dccfdeeb8094e67 /dbaccess/uiconfig | |
parent | 4b2daa1cd57ae022a728296882a91407a3746309 (diff) |
has_focus is not implemented, remove uses
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/querypropertiesdialog.ui | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dbaccess/uiconfig/ui/querypropertiesdialog.ui b/dbaccess/uiconfig/ui/querypropertiesdialog.ui index fd709fd32acb..03f6a3a47e01 100644 --- a/dbaccess/uiconfig/ui/querypropertiesdialog.ui +++ b/dbaccess/uiconfig/ui/querypropertiesdialog.ui @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.16.1 --> <interface> <requires lib="gtk+" version="3.0"/> - <requires lib="LibreOffice" version="1.0"/> + <!-- interface-requires LibreOffice 1.0 --> <object class="GtkDialog" id="QueryPropertiesDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -40,7 +40,6 @@ <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="has_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> @@ -90,6 +89,8 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> + <property name="width">1</property> + <property name="height">1</property> </packing> </child> <child> @@ -102,6 +103,8 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> + <property name="width">1</property> + <property name="height">1</property> </packing> </child> <child> @@ -145,6 +148,8 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> </packing> </child> <child> @@ -157,6 +162,8 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> </packing> </child> </object> |