[gnome-builder/wip/gtk4-port: 457/736] plugins/vcsui: more template tweaks




commit 1272aab0a31ffb3b26537a8e38186dbfe692016a
Author: Christian Hergert <chergert redhat com>
Date:   Wed Apr 6 17:53:54 2022 -0700

    plugins/vcsui: more template tweaks
    
    There is still something not right with the three grid, but we can deal
    with that later or just drop it w/ new designs.

 src/plugins/vcsui/gbp-vcsui-clone-widget.ui | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/vcsui/gbp-vcsui-clone-widget.ui b/src/plugins/vcsui/gbp-vcsui-clone-widget.ui
index 283e849ce..2a7de2a62 100644
--- a/src/plugins/vcsui/gbp-vcsui-clone-widget.ui
+++ b/src/plugins/vcsui/gbp-vcsui-clone-widget.ui
@@ -62,7 +62,7 @@
                         <property name="label" translatable="yes">Enter the repository of the project you 
would like to clone. The URL should look similar to 
“https://gitlab.gnome.org/GNOME/gnome-builder.git”.</property>
                         <property name="margin-top">3</property>
                         <property name="width-chars">40</property>
-                        <property name="max-width-chars">60</property>
+                        <property name="max-width-chars">40</property>
                         <property name="wrap">true</property>
                         <property name="xalign">0.0</property>
                         <style>
@@ -94,6 +94,7 @@
                     <child>
                       <object class="GtkToggleButton" id="more_button">
                         <property name="halign">start</property>
+                        <property name="valign">center</property>
                         <property name="hexpand">false</property>
                         <property name="has-tooltip">true</property>
                         <property name="tooltip-text" translatable="yes">Select branch and other 
options.</property>
@@ -278,11 +279,11 @@
                       <object class="GtkBox">
                         <property name="margin-top">32</property>
                         <property name="orientation">horizontal</property>
+                        <property name="halign">end</property>
                         <child>
                           <object class="GtkStack" id="button_stack">
                             <property name="hhomogeneous">true</property>
                             <property name="vhomogeneous">true</property>
-                            <property name="halign">end</property>
                             <child>
                               <object class="GtkButton" id="clone_button">
                                 <property name="label" translatable="yes">Clone _Project</property>


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