diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-19 12:37:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-19 12:38:07 +0100 |
commit | fc9984e230058c28a9eeebf473119c9479753317 (patch) | |
tree | 1fe829f373ff26e5de96baed6e98417f2d7465a1 | |
parent | 68e793d36dbdcae8d9eb77ef0b37c9daba49075d (diff) |
missing mnemonic widget
Change-Id: I292db7ad4c614568fe9a5f011e545e9a068e8a5c
-rw-r--r-- | cui/source/inc/helpid.hrc | 1 | ||||
-rw-r--r-- | cui/uiconfig/ui/similaritysearchdialog.ui | 14 |
2 files changed, 2 insertions, 13 deletions
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index e3d268c65655..8354935ad353 100644 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -212,7 +212,6 @@ #define HID_TPHATCH_CTRL "CUI_HID_TPHATCH_CTRL" #define HID_SEARCHATTR_CTL_ATTR "CUI_HID_SEARCHATTR_CTL_ATTR" #define HID_SEARCHATTR "CUI_HID_SEARCHATTR" -#define HID_SEARCHSIMILARITY "CUI_HID_SEARCHSIMILARITY" #define UID_SEARCH_RECORDSTATUS "CUI_UID_SEARCH_RECORDSTATUS" #define HID_TPCOLOR_RGB_1 "CUI_HID_TPCOLOR_RGB_1" #define HID_TPCOLOR_RGB_2 "CUI_HID_TPCOLOR_RGB_2" diff --git a/cui/uiconfig/ui/similaritysearchdialog.ui b/cui/uiconfig/ui/similaritysearchdialog.ui index e1e4a7dac1dc..8be507108c5b 100644 --- a/cui/uiconfig/ui/similaritysearchdialog.ui +++ b/cui/uiconfig/ui/similaritysearchdialog.ui @@ -24,13 +24,11 @@ <child> <object class="GtkButton" id="ok"> <property name="label">gtk-ok</property> - <property name="use_action_appearance">False</property> <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="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -42,11 +40,9 @@ <child> <object class="GtkButton" id="cancel"> <property name="label">gtk-cancel</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -58,11 +54,9 @@ <child> <object class="GtkButton" id="help"> <property name="label">gtk-help</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> <property name="image_position">top</property> </object> @@ -143,6 +137,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Remove characters</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">shorterfld</property> </object> <packing> <property name="left_attach">0</property> @@ -154,11 +149,9 @@ <child> <object class="GtkCheckButton" id="relaxbox"> <property name="label" translatable="yes">_Combine</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> @@ -166,7 +159,7 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> - <property name="width">1</property> + <property name="width">2</property> <property name="height">1</property> </packing> </child> @@ -215,9 +208,6 @@ <property name="height">1</property> </packing> </child> - <child> - <placeholder/> - </child> </object> <packing> <property name="expand">False</property> |