diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-23 12:28:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-23 15:08:32 +0200 |
commit | 25af42bc70e1a0a61d2ea90d7b0ef1ed6000ed69 (patch) | |
tree | c51e5e8cdd2222ab6098ec8ca528763aabea6dce /uui | |
parent | 4df55ffee791b9fcb4b2f5e6c64ad15b34316faf (diff) |
remove all use_action_appearance lines
Change-Id: I031676e939f53a28b1a62654ffe0a91b95dea029
Reviewed-on: https://gerrit.libreoffice.org/62234
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/uiconfig/ui/filterselect.ui | 3 | ||||
-rw-r--r-- | uui/uiconfig/ui/simplenameclash.ui | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/uui/uiconfig/ui/filterselect.ui b/uui/uiconfig/ui/filterselect.ui index a4258df7751c..09b298d93349 100644 --- a/uui/uiconfig/ui/filterselect.ui +++ b/uui/uiconfig/ui/filterselect.ui @@ -35,7 +35,6 @@ <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="receives_default">True</property> @@ -50,7 +49,6 @@ <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> @@ -65,7 +63,6 @@ <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> diff --git a/uui/uiconfig/ui/simplenameclash.ui b/uui/uiconfig/ui/simplenameclash.ui index e332548c01e0..9c5f39213e0c 100644 --- a/uui/uiconfig/ui/simplenameclash.ui +++ b/uui/uiconfig/ui/simplenameclash.ui @@ -25,7 +25,6 @@ <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> @@ -41,7 +40,6 @@ <child> <object class="GtkButton" id="replace"> <property name="label" translatable="yes" context="simplenameclash|replace">Replace</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> @@ -55,7 +53,6 @@ <child> <object class="GtkButton" id="rename"> <property name="label" translatable="yes" context="simplenameclash|rename">Rename</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_default">True</property> @@ -70,7 +67,6 @@ <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> |