diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-10-29 12:47:52 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-30 13:59:36 +0000 |
commit | 54b7489f2cb5e84613c2e382a0efebff15009339 (patch) | |
tree | 9f8abd24642bc567837768f2bf4b079a1f7fd78a /cui/uiconfig/ui/specialcharacters.ui | |
parent | 82dd3e5d53a7521a1190a4068391e7e3eb1e9a79 (diff) |
Better label for OK button in Special Characters dialog
Also, added missing colons and changed Help button’s position,
according to the HIG. Didn’t disable resizing here because it’s
actually useful.
Change-Id: I33306eb558f51d3c9889337f4c39465d6c201ff2
Reviewed-on: https://gerrit.libreoffice.org/12143
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/specialcharacters.ui')
-rw-r--r-- | cui/uiconfig/ui/specialcharacters.ui | 41 |
1 files changed, 15 insertions, 26 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui index edfbc30fa40b..3e2046c7666d 100644 --- a/cui/uiconfig/ui/specialcharacters.ui +++ b/cui/uiconfig/ui/specialcharacters.ui @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkDialog" id="SpecialCharactersDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -17,12 +19,12 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok"> - <property name="label">gtk-ok</property> + <property name="label">_Insert</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> - <property name="use_stock">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> @@ -57,6 +59,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> @@ -85,30 +88,26 @@ <object class="GtkLabel" id="fontft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Font</property> + <property name="label" translatable="yes">Font:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">fontlb</property> </object> <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> <child> <object class="GtkLabel" id="subsetft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Subset</property> + <property name="label" translatable="yes">Subset:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">subsetlb</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -120,8 +119,6 @@ <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> @@ -133,16 +130,12 @@ <packing> <property name="left_attach">3</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> <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> <child> @@ -161,8 +154,6 @@ <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> @@ -177,21 +168,17 @@ <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> <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> <object class="svxlo-SvxShowCharSet" id="showcharset"> - <property name="width_request">400</property> + <property name="width_request">390</property> <property name="height_request">250</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -201,8 +188,6 @@ <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> @@ -240,10 +225,14 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> </object> <packing> <property name="expand">False</property> |