[gnome-initial-setup/wip/152-fix-domain-administrator-login-dialog: 3/4] account: Readd margin to enterprise login dialog
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/wip/152-fix-domain-administrator-login-dialog: 3/4] account: Readd margin to enterprise login dialog
- Date: Tue, 6 Sep 2022 13:49:30 +0000 (UTC)
commit 1821ffe2dba201f3990cdfe8e65e0fb15a92ad69
Author: Will Thompson <wjt endlessos org>
Date: Tue Sep 6 14:44:11 2022 +0100
account: Readd margin to enterprise login dialog
In 13de947f4ff3444e7085007ff353e97bd74832ae ("account: Port to GTK4")
the use of GtkContainer:border-width was removed, but no alternative
margin was added. Readd a margin. This margin is a little wider but I
think looks fine, and is the same used in at least one dialog in
gnome-control-center.
gnome-initial-setup/pages/account/gis-account-page-enterprise.ui | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
b/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
index 38992f05..01379314 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
@@ -131,6 +131,10 @@
<child>
<object class="GtkBox" id="box2">
<property name="orientation">vertical</property>
+ <property name="margin-top">18</property>
+ <property name="margin-bottom">18</property>
+ <property name="margin-start">18</property>
+ <property name="margin-end">18</property>
<property name="spacing">10</property>
<child>
<object class="GtkLabel" id="label71">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]