[krb5-auth-dialog] prefs: Drop empty labels
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] prefs: Drop empty labels
- Date: Thu, 13 Oct 2022 10:40:47 +0000 (UTC)
commit 152cca6db18a077eeb2a08632477cfc311819728
Author: Guido Günther <agx sigxcpu org>
Date: Wed Oct 12 20:49:57 2022 +0200
prefs: Drop empty labels
src/resources/ui/ka-preferences.ui | 25 +++++--------------------
1 file changed, 5 insertions(+), 20 deletions(-)
---
diff --git a/src/resources/ui/ka-preferences.ui b/src/resources/ui/ka-preferences.ui
index b7d865f..b465229 100644
--- a/src/resources/ui/ka-preferences.ui
+++ b/src/resources/ui/ka-preferences.ui
@@ -63,8 +63,8 @@
<child>
<object class="GtkEntry" id="principal_entry">
<property name="visible">True</property>
- <property name="margin-top">5</property>
- <property name="margin-left">12</property>
+ <property name="margin-top">5</property>
+ <property name="margin-left">12</property>
<property name="tooltip-text" translatable="yes">The name of your
Kerberos account. Leave blank to use your current username.</property>
<property name="invisible_char">●</property>
<property name="activates_default">True</property>
@@ -129,16 +129,11 @@
<child>
<object class="GtkBox">
<property name="visible">True</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="label"> </property>
- </object>
- </child>
<child>
<object class="GtkCheckButton" id="forwardable_toggle">
<property name="label" translatable="yes">forwardable</property>
<property name="visible">True</property>
+ <property name="margin-left">12</property>
<property name="receives_default">False</property>
<property name="tooltip-text" translatable="yes">If checked, request
forwardable tickets</property>
<property name="xalign">0</property>
@@ -150,16 +145,11 @@
<child>
<object class="GtkBox">
<property name="visible">True</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="label"> </property>
- </object>
- </child>
<child>
<object class="GtkCheckButton" id="renewable_toggle">
<property name="label" translatable="yes">renewable</property>
<property name="visible">True</property>
+ <property name="margin-left">12</property>
<property name="receives_default">False</property>
<property name="tooltip-text" translatable="yes">If checked, request
renewable tickets</property>
<property name="xalign">0</property>
@@ -171,16 +161,11 @@
<child>
<object class="GtkBox">
<property name="visible">True</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="label"> </property>
- </object>
- </child>
<child>
<object class="GtkCheckButton" id="proxiable_toggle">
<property name="label" translatable="yes">proxiable</property>
<property name="visible">True</property>
+ <property name="margin-left">12</property>
<property name="receives_default">False</property>
<property name="tooltip-text" translatable="yes">If checked, request
proxiable tickets</property>
<property name="xalign">0</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]