[gnome-control-center] user-accounts: fix right alignment of controls with actions
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] user-accounts: fix right alignment of controls with actions
- Date: Fri, 15 Jun 2012 15:36:45 +0000 (UTC)
commit 99047ec0f5db72e1d6fa3d8fc6844b555d23413b
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Jun 15 10:37:10 2012 -0400
user-accounts: fix right alignment of controls with actions
The controls are not perfectly right-aligned with the action buttons at
the bottom; this is because the action area has a border of 6px and the
control box of 10px.
Fix it, and at the same time add another 6px of spacing at the bottom
between the control box and the action box.
https://bugzilla.gnome.org/show_bug.cgi?id=678173
panels/user-accounts/data/account-dialog.ui | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/panels/user-accounts/data/account-dialog.ui b/panels/user-accounts/data/account-dialog.ui
index e60935d..aca230e 100644
--- a/panels/user-accounts/data/account-dialog.ui
+++ b/panels/user-accounts/data/account-dialog.ui
@@ -28,7 +28,8 @@
</object>
<object class="GtkVBox" id="account-dialog">
<property name="visible">True</property>
- <property name="border_width">10</property>
+ <property name="border_width">6</property>
+ <property name="margin_bottom">6</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="label2">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]