[fractal] account: Fix foci
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal] account: Fix foci
- Date: Fri, 15 Mar 2019 10:03:26 +0000 (UTC)
commit 5ea9b0c6a3bf5ca7d6c6d6e388985fe7fb9603ee
Author: Xiang Fan <sfanxiang gmail com>
Date: Fri Mar 15 15:52:31 2019 +0800
account: Fix foci
Some labels have focus and some buttons don't. This should fix it.
fractal-gtk/res/ui/account_settings.ui | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/fractal-gtk/res/ui/account_settings.ui b/fractal-gtk/res/ui/account_settings.ui
index fad95c6f..0d048c66 100644
--- a/fractal-gtk/res/ui/account_settings.ui
+++ b/fractal-gtk/res/ui/account_settings.ui
@@ -31,7 +31,7 @@
<child>
<object class="GtkButton" id="account_settings_avatar_button">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="halign">center</property>
<property name="margin_bottom">18</property>
@@ -229,7 +229,7 @@
<child>
<object class="GtkLabel" id="account_settings_password_button_label">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="label">●●●●●</property>
</object>
<packing>
@@ -239,7 +239,7 @@
<child>
<object class="GtkSpinner" id="account_settings_password_button_spinner">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="active">True</property>
</object>
<packing>
@@ -316,7 +316,7 @@
<child>
<object class="GtkLabel" id="account_settings_homeserver">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">None</property>
</object>
@@ -344,7 +344,7 @@
<child>
<object class="GtkLabel" id="account_settings_uid">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">None</property>
</object>
@@ -372,7 +372,7 @@
<child>
<object class="GtkLabel" id="account_settings_device_id">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">None</property>
</object>
@@ -405,7 +405,7 @@
<child>
<object class="GtkBox" id="account_settings_delete_box">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="margin_top">36</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
@@ -438,7 +438,7 @@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">Deactivating your account
means that you will lose all your messages, contacts, and files.</property>
<property name="wrap">True</property>
<property name="max_width_chars">35</property>
@@ -453,7 +453,7 @@
<child>
<object class="GtkLabel">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes">To confirm that you really
want to deactivate this account type in your password:</property>
<property name="wrap">True</property>
<property name="max_width_chars">35</property>
@@ -657,7 +657,7 @@
<child>
<object class="GtkLabel" id="account_settings_email_dialog_label">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="wrap">True</property>
<property name="max_width_chars">35</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]