summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/uiconfig/scalc/ui/filterdropdown.ui1
-rw-r--r--vcl/unx/gtk4/convert3to4.cxx7
2 files changed, 1 insertions, 7 deletions
diff --git a/sc/uiconfig/scalc/ui/filterdropdown.ui b/sc/uiconfig/scalc/ui/filterdropdown.ui
index a6ca98f9169a..8e0c01748e33 100644
--- a/sc/uiconfig/scalc/ui/filterdropdown.ui
+++ b/sc/uiconfig/scalc/ui/filterdropdown.ui
@@ -355,6 +355,7 @@
<property name="can-focus">False</property>
<property name="no-show-all">True</property>
<property name="spacing">6</property>
+ <property name="homogeneous">True</property>
<property name="layout-style">spread</property>
<child>
<object class="GtkButton" id="ok">
diff --git a/vcl/unx/gtk4/convert3to4.cxx b/vcl/unx/gtk4/convert3to4.cxx
index ec362aea71b5..3a2e28587546 100644
--- a/vcl/unx/gtk4/convert3to4.cxx
+++ b/vcl/unx/gtk4/convert3to4.cxx
@@ -551,13 +551,6 @@ ConvertResult Convert3To4(const css::uno::Reference<css::xml::dom::XNode>& xNode
xRemoveList.push_back(xChild);
}
- if (sName == "homogeneous")
- {
- // e.g. the buttonbox in xml filter dialog
- if (GetParentObjectType(xChild) == "GtkButtonBox")
- xRemoveList.push_back(xChild);
- }
-
if (sName == "shadow-type")
{
if (GetParentObjectType(xChild) == "GtkFrame")