[krb5-auth-dialog] prefs: Drop GtkFrame
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] prefs: Drop GtkFrame
- Date: Fri, 14 Oct 2022 19:53:24 +0000 (UTC)
commit b814ebd811866469386bc99589ebd18458d5fd83
Author: Guido Günther <agx sigxcpu org>
Date: Thu Oct 13 17:35:13 2022 +0200
prefs: Drop GtkFrame
It's in a box already anyway so just swap the elements
src/resources/ui/ka-preferences.ui | 35 ++++++++++++++---------------------
1 file changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/src/resources/ui/ka-preferences.ui b/src/resources/ui/ka-preferences.ui
index 149c23c..257059a 100644
--- a/src/resources/ui/ka-preferences.ui
+++ b/src/resources/ui/ka-preferences.ui
@@ -62,28 +62,21 @@
<property name="spacing">6</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkFrame" id="frame_princ">
+ <object class="GtkLabel">
<property name="visible">True</property>
- <property name="label_xalign">0</property>
- <property name="shadow_type">none</property>
- <child>
- <object class="GtkEntry" id="principal_entry">
- <property name="visible">True</property>
- <property name="margin-top">5</property>
- <property name="margin-start">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>
- <property name="invisible_char_set">True</property>
- </object>
- </child>
- <child type="label">
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Kerberos principal:</property>
- <property name="use_markup">True</property>
- </object>
- </child>
+ <property name="halign">start</property>
+ <property name="label" translatable="yes">Kerberos principal:</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkEntry" id="principal_entry">
+ <property name="visible">True</property>
+ <property name="margin-top">5</property>
+ <property name="margin-start">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>
+ <property name="invisible_char_set">True</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]