[gnome-software: 6/7] repos-dialog: Give it a minimum width of 360px




commit 0595496116908608fcc2fd2c749275cb8de0b26e
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Aug 10 08:56:01 2021 +0200

    repos-dialog: Give it a minimum width of 360px
    
    This avoids the dialog to become unusably small when shrinked.

 src/gs-repos-dialog.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-repos-dialog.ui b/src/gs-repos-dialog.ui
index c32dbb213..078a5c0ce 100644
--- a/src/gs-repos-dialog.ui
+++ b/src/gs-repos-dialog.ui
@@ -17,6 +17,7 @@
       <object class="GtkBox">
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
+        <property name="width-request">360</property>
         <child>
           <object class="HdyHeaderBar">
             <property name="show_close_button">True</property>


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