[gnome-builder/wip/gtk4-port] plugins/vcsui: more template tweaks
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] plugins/vcsui: more template tweaks
- Date: Thu, 7 Apr 2022 01:05:49 +0000 (UTC)
commit 260a352d1351c2397526facd88156f3559eb7f88
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]