summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk4/convert3to4.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-21 14:35:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-01-21 17:30:38 +0100
commitc7c5f662ea3661f0cfe8534af235aa76dc4ef63a (patch)
tree5abe40d7b8a18a22b66616661c4fa8b2f0f18adf /vcl/unx/gtk4/convert3to4.cxx
parentfadb53a393b52eb4c9336fa8c9c780b4d6b3e391 (diff)
gtk4: set homogeneous to true to get two equal width buttons
Change-Id: Iff8c9579bbb4758c2bb13b946fafcaf3b9433a84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128735 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/unx/gtk4/convert3to4.cxx')
-rw-r--r--vcl/unx/gtk4/convert3to4.cxx7
1 files changed, 0 insertions, 7 deletions
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")