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 /desktop/uiconfig | |
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 'desktop/uiconfig')
-rw-r--r-- | desktop/uiconfig/ui/dependenciesdialog.ui | 1 | ||||
-rw-r--r-- | desktop/uiconfig/ui/updatedialog.ui | 1 | ||||
-rw-r--r-- | desktop/uiconfig/ui/updateinstalldialog.ui | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/desktop/uiconfig/ui/dependenciesdialog.ui b/desktop/uiconfig/ui/dependenciesdialog.ui index 8858ff1d0829..f3776e93b434 100644 --- a/desktop/uiconfig/ui/dependenciesdialog.ui +++ b/desktop/uiconfig/ui/dependenciesdialog.ui @@ -22,7 +22,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="can_default">True</property> diff --git a/desktop/uiconfig/ui/updatedialog.ui b/desktop/uiconfig/ui/updatedialog.ui index c4399c4fdfdb..9efe2d6cce38 100644 --- a/desktop/uiconfig/ui/updatedialog.ui +++ b/desktop/uiconfig/ui/updatedialog.ui @@ -158,7 +158,6 @@ <child> <object class="GtkCheckButton" id="UPDATE_ALL"> <property name="label" translatable="yes" context="updatedialog|UPDATE_ALL">_Show all updates</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> diff --git a/desktop/uiconfig/ui/updateinstalldialog.ui b/desktop/uiconfig/ui/updateinstalldialog.ui index 547d6770a2f8..b28944b9e095 100644 --- a/desktop/uiconfig/ui/updateinstalldialog.ui +++ b/desktop/uiconfig/ui/updateinstalldialog.ui @@ -19,7 +19,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> @@ -35,7 +34,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="sensitive">False</property> <property name="can_focus">True</property> @@ -51,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> |