[gnome-software: 1/18] shell: Set a minimum width of 360px




commit 2b417e5f5d797108fa03c852c5efe8401abaeb8c
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Aug 10 14:46:16 2021 +0200

    shell: Set a minimum width of 360px
    
    We don't need to go below.

 src/gs-shell.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-shell.ui b/src/gs-shell.ui
index ca56ac1d8..6b9b1d752 100644
--- a/src/gs-shell.ui
+++ b/src/gs-shell.ui
@@ -30,6 +30,7 @@
       <object class="GtkStack" id="stack_loading">
         <property name="visible">True</property>
         <property name="transition-type">crossfade</property>
+        <property name="width-request">360</property>
         <signal name="notify::visible-child" handler="stack_notify_visible_child_cb"/>
         <child>
           <object class="GtkOverlay" id="overlay">


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