diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-30 18:09:57 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-31 02:00:06 +0200 |
commit | d75c5c1f61a174b3b333e9db6536ab15cc37d00b (patch) | |
tree | 9bc4deeba795fb69d45118a7e3a975acf8752453 /dbaccess/uiconfig | |
parent | 7c114d1a2c2cfe244892846732f2d5f2c070889f (diff) |
tdf#149944 Do away with some excessive, unwarranted horizontal spacing
Change-Id: I01e2e57dd85802eba1ab024ca3730ba30f311e55
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137642
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/useradminpage.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/uiconfig/ui/useradminpage.ui b/dbaccess/uiconfig/ui/useradminpage.ui index ac425dc5f7f6..4d649ea90af9 100644 --- a/dbaccess/uiconfig/ui/useradminpage.ui +++ b/dbaccess/uiconfig/ui/useradminpage.ui @@ -24,7 +24,6 @@ <property name="hexpand">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> - <property name="margin-start">12</property> <property name="margin-top">6</property> <child> <object class="GtkBox" id="box2"> @@ -72,7 +71,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="spacing">12</property> + <property name="spacing">6</property> <child> <object class="GtkButton" id="add"> <property name="label" translatable="yes" context="useradminpage|add">_Add User...</property> @@ -157,7 +156,6 @@ <property name="height_request">150</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="margin-start">12</property> <property name="margin-top">6</property> <child> <placeholder/> |