2d98c3c1d3
- Fix display and input of text in serial console (bsc#1070896) python3-fix-bytes-string-mess-in-serial-console.patch - Fix virt-bootstrap UI integration (bsc#1063367) 0001-Improve-container-image-url-example.patch 0002-create-wizard-fix-alignment-in-os-container-page.patch 0003-oscontainer-ask-root-password-in-the-wizard.patch 0004-Harmonize-invisible_char-values.patch OBS-URL: https://build.opensuse.org/request/show/558209 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=390
74 lines
4.3 KiB
Diff
74 lines
4.3 KiB
Diff
From 697b86a84a2bfd267a30c765b19ba550a55d85c2 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= <cbosdonnat@suse.com>
|
|
Date: Thu, 14 Dec 2017 09:02:30 +0100
|
|
Subject: [PATCH] Harmonize invisible_char values
|
|
|
|
To be consistent across the UI, change the few remaining different
|
|
invisible_char values to match the most common one.
|
|
---
|
|
ui/addhardware.ui | 2 +-
|
|
ui/create.ui | 4 ++--
|
|
ui/migrate.ui | 4 ++--
|
|
3 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/ui/addhardware.ui b/ui/addhardware.ui
|
|
index eb476dab..44b23068 100644
|
|
--- a/ui/addhardware.ui
|
|
+++ b/ui/addhardware.ui
|
|
@@ -1290,7 +1290,7 @@
|
|
<object class="GtkEntry" id="usbredir-host">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
- <property name="invisible_char">•</property>
|
|
+ <property name="invisible_char">●</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
diff --git a/ui/create.ui b/ui/create.ui
|
|
index ea92756d..1749ff35 100644
|
|
--- a/ui/create.ui
|
|
+++ b/ui/create.ui
|
|
@@ -1039,7 +1039,7 @@ bar</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="valign">center</property>
|
|
<property name="hexpand">True</property>
|
|
- <property name="invisible_char">•</property>
|
|
+ <property name="invisible_char">●</property>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
@@ -1870,7 +1870,7 @@ connections is not yet supported.</small></property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="visibility">False</property>
|
|
- <property name="invisible_char">*</property>
|
|
+ <property name="invisible_char">●</property>
|
|
<property name="input_purpose">password</property>
|
|
</object>
|
|
<packing>
|
|
diff --git a/ui/migrate.ui b/ui/migrate.ui
|
|
index 943ecb9e..4a98d509 100644
|
|
--- a/ui/migrate.ui
|
|
+++ b/ui/migrate.ui
|
|
@@ -266,7 +266,7 @@
|
|
<object class="GtkSpinButton" id="migrate-port">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
- <property name="invisible_char">•</property>
|
|
+ <property name="invisible_char">●</property>
|
|
<property name="text" translatable="yes">0</property>
|
|
<property name="adjustment">adjustment1</property>
|
|
</object>
|
|
@@ -303,7 +303,7 @@
|
|
<object class="GtkEntry" id="migrate-address">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
- <property name="invisible_char">•</property>
|
|
+ <property name="invisible_char">●</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
--
|
|
2.15.1
|
|
|