diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 09:20:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 13:37:06 +0200 |
commit | 1166d8b60ec0bc26a5a1b08e19ec35e6f518df1c (patch) | |
tree | 7c2f800a3adaab9940b09c73acd593201f14b543 /cui | |
parent | 6aad0ea517ae890ca402ac9d642fd75da68650f5 (diff) |
if active is set group shouldn't be set
Change-Id: I26db5a96f176df7bd2ef6ef83c40150856845383
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117141
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/croppage.ui | 1 | ||||
-rw-r--r-- | cui/uiconfig/ui/splitcellsdialog.ui | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/croppage.ui b/cui/uiconfig/ui/croppage.ui index b1de7d0a26e2..b7fe3d8224a6 100644 --- a/cui/uiconfig/ui/croppage.ui +++ b/cui/uiconfig/ui/croppage.ui @@ -86,7 +86,6 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">keepsize</property> </object> <packing> <property name="left_attach">0</property> diff --git a/cui/uiconfig/ui/splitcellsdialog.ui b/cui/uiconfig/ui/splitcellsdialog.ui index 3b5b82c0ed28..20700f886819 100644 --- a/cui/uiconfig/ui/splitcellsdialog.ui +++ b/cui/uiconfig/ui/splitcellsdialog.ui @@ -180,7 +180,6 @@ <property name="always_show_image">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">vert</property> </object> <packing> <property name="left_attach">0</property> |