From c7c5f662ea3661f0cfe8534af235aa76dc4ef63a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 21 Jan 2022 14:35:21 +0000 Subject: gtk4: set homogeneous to true to get two equal width buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iff8c9579bbb4758c2bb13b946fafcaf3b9433a84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128735 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sc/uiconfig/scalc/ui/filterdropdown.ui | 1 + vcl/unx/gtk4/convert3to4.cxx | 7 ------- 2 files changed, 1 insertion(+), 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 @@ False True 6 + True spread 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& 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") -- cgit