diff options
Diffstat (limited to 'sw/uiconfig/swriter/ui/addressfragment.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/addressfragment.ui | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/addressfragment.ui b/sw/uiconfig/swriter/ui/addressfragment.ui new file mode 100644 index 000000000..48496cc02 --- /dev/null +++ b/sw/uiconfig/swriter/ui/addressfragment.ui @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 --> +<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="hexpand">True</property> + <property name="vexpand">False</property> + <property name="activates_default">True</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="halign">end</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry</property> + <property name="xalign">0</property> + </object> +</interface> |