diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-24 13:54:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-24 16:32:16 +0200 |
commit | 95e9f79199e02550ce579085710b8c04cadbe015 (patch) | |
tree | 5f6c087864aaf83b04ecd18b8fcedf93a0660109 /sfx2/uiconfig/ui | |
parent | 4ae5c029078df88bfb7dfb6753830210df0c40a8 (diff) |
Resolves: tdf#119624 stray image_position bottom for some icons in buttons
icons are off by default so not usually seen
Change-Id: I6076fd87250fc4595d279c830e14779147b7857a
Reviewed-on: https://gerrit.libreoffice.org/60935
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/alienwarndialog.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/editdocumentdialog.ui | 1 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/querysavedialog.ui | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/uiconfig/ui/alienwarndialog.ui b/sfx2/uiconfig/ui/alienwarndialog.ui index 8e0514a0bd09..8df45d0f12c0 100644 --- a/sfx2/uiconfig/ui/alienwarndialog.ui +++ b/sfx2/uiconfig/ui/alienwarndialog.ui @@ -27,7 +27,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> - <property name="image_position">bottom</property> </object> <packing> <property name="expand">False</property> diff --git a/sfx2/uiconfig/ui/editdocumentdialog.ui b/sfx2/uiconfig/ui/editdocumentdialog.ui index 8c4e7480af1d..bfd01f6df174 100644 --- a/sfx2/uiconfig/ui/editdocumentdialog.ui +++ b/sfx2/uiconfig/ui/editdocumentdialog.ui @@ -44,7 +44,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> - <property name="image_position">bottom</property> </object> <packing> <property name="expand">False</property> diff --git a/sfx2/uiconfig/ui/querysavedialog.ui b/sfx2/uiconfig/ui/querysavedialog.ui index 8f3c327fa123..3e3bf0888038 100644 --- a/sfx2/uiconfig/ui/querysavedialog.ui +++ b/sfx2/uiconfig/ui/querysavedialog.ui @@ -41,7 +41,6 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> - <property name="image_position">bottom</property> </object> <packing> <property name="expand">False</property> |