[gnome-text-editor] themeselector: use focus-on-click instead of can-focus
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] themeselector: use focus-on-click instead of can-focus
- Date: Thu, 1 Jul 2021 00:12:34 +0000 (UTC)
commit 25336a875a25d0997c9d445a956ca0de9d17d084
Author: Christian Hergert <chergert redhat com>
Date: Wed Jun 30 17:12:27 2021 -0700
themeselector: use focus-on-click instead of can-focus
src/editor-theme-selector.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/editor-theme-selector.ui b/src/editor-theme-selector.ui
index fcec934..ebc5996 100644
--- a/src/editor-theme-selector.ui
+++ b/src/editor-theme-selector.ui
@@ -12,7 +12,7 @@
<class name="theme-selector"/>
<class name="light"/>
</style>
- <property name="can-focus">false</property>
+ <property name="focus-on-click">false</property>
<property name="action-name">settings.style-variant</property>
<property name="action-target">'light'</property>
<property name="tooltip-text" translatable="yes">Light style</property>
@@ -25,7 +25,7 @@
<class name="dark"/>
</style>
<property name="group">light</property>
- <property name="can-focus">false</property>
+ <property name="focus-on-click">false</property>
<property name="action-name">settings.style-variant</property>
<property name="action-target">'dark'</property>
<property name="tooltip-text" translatable="yes">Dark style</property>
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]