[gnome-software/1617-screenshot-spinners-have-bad-layout] gs-screenshot-carousel: Vertically expand the AdwCarousel widget



commit 3ba2b63e14d07e352f06c48546aa3b342534d285
Author: Milan Crha <mcrha redhat com>
Date:   Fri Feb 25 11:29:02 2022 +0100

    gs-screenshot-carousel: Vertically expand the AdwCarousel widget
    
    This way the screenshot dots at the bottom of the carousel will stay
    at the bottom even when the window is not that wide.

 src/gs-screenshot-carousel.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-screenshot-carousel.ui b/src/gs-screenshot-carousel.ui
index e2d6ce9da..acffc9154 100644
--- a/src/gs-screenshot-carousel.ui
+++ b/src/gs-screenshot-carousel.ui
@@ -21,6 +21,7 @@
                   <object class="GtkOverlay">
                     <child>
                       <object class="AdwCarousel" id="carousel">
+                        <property name="vexpand">True</property>
                         <signal name="notify::n-pages" handler="gs_screenshot_carousel_notify_n_pages_cb" 
swapped="yes"/>
                         <signal name="notify::position" handler="gs_screenshot_carousel_notify_position_cb" 
swapped="yes"/>
                       </object>


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