diff options
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/addressfragment.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/uiconfig/swriter/ui/addressfragment.ui b/sw/uiconfig/swriter/ui/addressfragment.ui index 48496cc02625..ae7d1013b9a3 100644 --- a/sw/uiconfig/swriter/ui/addressfragment.ui +++ b/sw/uiconfig/swriter/ui/addressfragment.ui @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.40.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.20"/> <object class="GtkEntry" id="entry"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can-focus">True</property> <property name="hexpand">True</property> <property name="vexpand">False</property> - <property name="activates_default">True</property> + <property name="activates-default">True</property> + <property name="width-chars">14</property> <property name="truncate-multiline">True</property> - <property name="width_chars">14</property> </object> <object class="GtkLabel" id="label"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="halign">end</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">entry</property> + <property name="use-underline">True</property> + <property name="mnemonic-widget">entry</property> <property name="xalign">0</property> </object> </interface> |