[gnome-control-center/gbsneto/more-fixes: 1/2] common/language-chooser: Make "More" rows visible by default




commit c223ba255456179484ed0656cb3517bb76af39e0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Mar 4 09:30:12 2021 -0300

    common/language-chooser: Make "More" rows visible by default
    
    The inner box of the More row is visible, but the row itself isn't.
    Make the row visible too.
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1273

 panels/common/cc-language-chooser.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/common/cc-language-chooser.ui b/panels/common/cc-language-chooser.ui
index 885eb437a..ed90a457b 100644
--- a/panels/common/cc-language-chooser.ui
+++ b/panels/common/cc-language-chooser.ui
@@ -74,6 +74,7 @@
                 <!-- "More" row -->
                 <child>
                   <object class="GtkListBoxRow" id="more_row">
+                    <property name="visible">True</property>
                     <child>
                       <object class="GtkBox">
                         <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]