diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 20:22:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-15 09:45:44 +0200 |
commit | bec4a20182abc643f2a02dc725b605493b4ec9b0 (patch) | |
tree | b22832c72756251a958a29666e58e7c5a7b83dc5 /sc | |
parent | f5fbbe49d6963cb5e3c486518366a4f89dc97038 (diff) |
we don't pack ok/cancel with 'secondary' that's for the help button
Change-Id: I3b6484f4b362c718fb3abb3584d426a4c0f0cecf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117198
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/doubledialog.ui | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/integerdialog.ui | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/doubledialog.ui b/sc/uiconfig/scalc/ui/doubledialog.ui index 761fae20db13..ea10d0ddd100 100644 --- a/sc/uiconfig/scalc/ui/doubledialog.ui +++ b/sc/uiconfig/scalc/ui/doubledialog.ui @@ -33,7 +33,6 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> - <property name="secondary">True</property> </packing> </child> <child> @@ -48,7 +47,6 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> - <property name="secondary">True</property> </packing> </child> </object> diff --git a/sc/uiconfig/scalc/ui/integerdialog.ui b/sc/uiconfig/scalc/ui/integerdialog.ui index 0b3e6f9cb4c5..282fe33593b4 100644 --- a/sc/uiconfig/scalc/ui/integerdialog.ui +++ b/sc/uiconfig/scalc/ui/integerdialog.ui @@ -40,7 +40,6 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> - <property name="secondary">True</property> </packing> </child> <child> @@ -55,7 +54,6 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> - <property name="secondary">True</property> </packing> </child> </object> |