From 716701952230f4e3e54a4c669861a12ba19e93ba Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 23 Feb 2021 10:24:49 -0300 Subject: [PATCH] common: Add missing tag to CcLanguageChooser The UI file is not wrapping the tag with , which fails to parse and blanks the dialog. Add the missing tag around the "More" row object. Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1270 --- panels/common/cc-language-chooser.ui | 47 +++++++++++++++------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/panels/common/cc-language-chooser.ui b/panels/common/cc-language-chooser.ui index 5449fb3dd..885eb437a 100644 --- a/panels/common/cc-language-chooser.ui +++ b/panels/common/cc-language-chooser.ui @@ -70,27 +70,32 @@ False - - - - True - 10 - More… - - - False - view-more-symbolic - 1 - 10 - 10 - - - - - - + + + + + + + True + 10 + More… + + + False + view-more-symbolic + 1 + 10 + 10 + + + + + + + + -- 2.28.0