[gnome-music/gbsneto/tiny-post-gtk4-improvements: 2/3] ui/AlbumsView: Limit to 10 columns max




commit 506ed1ca9d5d63ea026043f0654cc023c567a5b1
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Feb 17 10:06:10 2022 -0300

    ui/AlbumsView: Limit to 10 columns max
    
    This doesn't make any difference up to 1080p monitors, but
    on larger monitors (4K and ultra-wide) it does make the
    Albums view look less busy.
    
    Reduce the maximum columns to 10.

 data/ui/AlbumsView.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/AlbumsView.ui b/data/ui/AlbumsView.ui
index 259b519c0..5523af533 100644
--- a/data/ui/AlbumsView.ui
+++ b/data/ui/AlbumsView.ui
@@ -9,7 +9,7 @@
           <object class="GtkScrolledWindow" id="_scrolled_window">
             <child>
               <object class="GtkGridView" id="_gridview">
-                <property name="max-columns">20</property>
+                <property name="max-columns">10</property>
               </object>
             </child>
           </object>


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