[gnome-software: 3/6] screenshot-carousel: Drop the hardcoded width




commit c2a6b62e1cd39de05720c38b8e212e1cb4c5b5e6
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Jul 27 20:03:52 2021 +0200

    screenshot-carousel: Drop the hardcoded width
    
    This will allow the screenshots to be resizable height-for-width.

 src/gs-screenshot-carousel.ui | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gs-screenshot-carousel.ui b/src/gs-screenshot-carousel.ui
index af766c3e4..d887b1128 100644
--- a/src/gs-screenshot-carousel.ui
+++ b/src/gs-screenshot-carousel.ui
@@ -114,9 +114,8 @@
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
         <property name="spacing">6</property>
-        <!-- Arbitrary sizes chosen to tile together at 16:9;
+        <!-- Arbitrary size chosen to tile together at 16:9;
              see https://blogs.gnome.org/hughsie/2014/07/02/blurry-screenshots-in-gnome-software/ -->
-        <property name="width_request">752</property>
         <property name="height_request">423</property>
         <property name="hexpand">True</property>
         <property name="halign">fill</property>


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