[gnome-software/gbsneto/show-license-tile] license-tile: Make it visible by default




commit db5ff7c1ea961620a21ee316184cd9abd7f497ca
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Oct 6 14:16:14 2021 -0300

    license-tile: Make it visible by default
    
    Commit 61fa8e2afe introduced a regression where the license
    tile never shows. That's because GsLicenseTile is hidden by
    default.
    
    Make it visible by default.

 src/gs-license-tile.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/gs-license-tile.ui b/src/gs-license-tile.ui
index b38c5b23e..e7695f0dd 100644
--- a/src/gs-license-tile.ui
+++ b/src/gs-license-tile.ui
@@ -2,7 +2,6 @@
 <interface>
   <requires lib="gtk+" version="3.10"/>
   <template class="GsLicenseTile" parent="GtkWidget">
-    <property name="visible">False</property>
     <child>
       <object class="GtkListBox">
         <property name="selection_mode">none</property>


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