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 /cui | |
parent | 4b2daa1cd57ae022a728296882a91407a3746309 (diff) |
has_focus is not implemented, remove uses
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/newtabledialog.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cui/uiconfig/ui/newtabledialog.ui b/cui/uiconfig/ui/newtabledialog.ui index cc7c90cf8ade..bddbd31a3ba9 100644 --- a/cui/uiconfig/ui/newtabledialog.ui +++ b/cui/uiconfig/ui/newtabledialog.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="columns_value"> <property name="lower">1</property> <property name="upper">75</property> @@ -8,6 +9,13 @@ <property name="step_increment">1</property> <property name="page_increment">10</property> </object> + <object class="GtkAdjustment" id="rows_value"> + <property name="lower">1</property> + <property name="upper">75</property> + <property name="value">2</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> <object class="GtkDialog" id="NewTableDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -120,7 +128,6 @@ <object class="GtkSpinButton" id="columns"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="has_focus">True</property> <property name="invisible_char">•</property> <property name="activates_default">True</property> <property name="adjustment">columns_value</property> @@ -166,11 +173,4 @@ <action-widget response="0">cancel</action-widget> </action-widgets> </object> - <object class="GtkAdjustment" id="rows_value"> - <property name="lower">1</property> - <property name="upper">75</property> - <property name="value">2</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> </interface> |