diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-15 20:04:28 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-15 20:04:28 -0500 |
commit | c0cb8cb25cc028e8f4f4bc06ae1a07882cd8dbfd (patch) | |
tree | f6cb16e63b97d01f07ac1c598f03a117a1fef8b3 /sw | |
parent | 39915524df98bae8ce8cea2549016b62b41a89d9 (diff) |
tdf#111767 Make the Input Field dialog less confusing
The first field isn’t editable, so show it visually. Make the actual
editable box have the default focus. Drop the unnecessary heading.
Change-Id: Icf0d5fc3ddb9b9af6d04045899d9e8476a217bba
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/inputfielddialog.ui | 99 |
1 files changed, 42 insertions, 57 deletions
diff --git a/sw/uiconfig/swriter/ui/inputfielddialog.ui b/sw/uiconfig/swriter/ui/inputfielddialog.ui index fb599676ce36..c1901ae0866f 100644 --- a/sw/uiconfig/swriter/ui/inputfielddialog.ui +++ b/sw/uiconfig/swriter/ui/inputfielddialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.0 --> <interface domain="sw"> <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="InputFieldDialog"> @@ -84,78 +84,63 @@ </packing> </child> <child> - <object class="GtkFrame" id="frame1"> + <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="label_xalign">0</property> - <property name="shadow_type">none</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> <child> - <object class="GtkAlignment" id="alignment1"> + <object class="GtkLabel" id="inputfieldname"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes" context="inputfielddialog|inputfieldname">Reference:</property> + <property name="mnemonic_widget">name</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="name"> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="editable">False</property> + <property name="invisible_char">●</property> + <property name="width_chars">32</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow" id="scrolledwindow1"> + <property name="visible">True</property> + <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="top_padding">6</property> - <property name="left_padding">12</property> + <property name="shadow_type">in</property> <child> - <object class="GtkGrid" id="grid1"> + <object class="GtkTextView" id="text"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> + <property name="has_default">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="row_spacing">6</property> - <child> - <object class="GtkEntry" id="name"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="has_default">True</property> - <property name="hexpand">True</property> - <property name="editable">False</property> - <property name="invisible_char">●</property> - <property name="width_chars">32</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - </packing> - </child> - <child> - <object class="GtkScrolledWindow" id="scrolledwindow1"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - <property name="shadow_type">in</property> - <child> - <object class="GtkTextView" id="text"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - </object> - </child> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> </object> </child> </object> - </child> - <child type="label"> - <object class="GtkLabel" id="label1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="inputfielddialog|label1">Edit</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + <property name="width">2</property> + </packing> </child> </object> <packing> |