You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
system-config-printer/SOURCES/0002-reordering-username-an...

73 lines
5.3 KiB

From cfe0fe14d49cdb7e741c940597ebc2f8d34f1260 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere.ru>
Date: Mon, 28 Aug 2023 14:51:02 +0300
Subject: [PATCH 2/2] reordering username and password in newprinter dlg
---
ui/NewPrinterWindow.ui | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/ui/NewPrinterWindow.ui b/ui/NewPrinterWindow.ui
index ed6103d..25cd6cc 100644
--- a/ui/NewPrinterWindow.ui
+++ b/ui/NewPrinterWindow.ui
@@ -1098,9 +1098,9 @@ ipp://printer.mydomain/ipp</property>
<property name="margin_right">12</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
- <property name="label" translatable="yes">Password:</property>
+ <property name="label" translatable="yes">Username:</property>
<accessibility>
- <relation type="label-for" target="entSMBPassword"/>
+ <relation type="label-for" target="entSMBUsername"/>
</accessibility>
</object>
<packing>
@@ -1117,9 +1117,9 @@ ipp://printer.mydomain/ipp</property>
<property name="margin_right">12</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
- <property name="label" translatable="yes">Username:</property>
+ <property name="label" translatable="yes">Password:</property>
<accessibility>
- <relation type="label-for" target="entSMBUsername"/>
+ <relation type="label-for" target="entSMBPassword"/>
</accessibility>
</object>
<packing>
@@ -1128,14 +1128,13 @@ ipp://printer.mydomain/ipp</property>
</packing>
</child>
<child>
- <object class="GtkEntry" id="entSMBPassword">
+ <object class="GtkEntry" id="entSMBUsername">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="margin_left">12</property>
<property name="margin_right">12</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
- <property name="visibility">False</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<accessibility>
@@ -1148,13 +1147,14 @@ ipp://printer.mydomain/ipp</property>
</packing>
</child>
<child>
- <object class="GtkEntry" id="entSMBUsername">
+ <object class="GtkEntry" id="entSMBPassword">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="margin_left">12</property>
<property name="margin_right">12</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
+ <property name="visibility">False</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<accessibility>
--
2.39.2