[Xfce4-commits] [apps/xfce4-screensaver] 04/05: Replace duplicate named widget
noreply at xfce.org
noreply at xfce.org
Mon Jun 17 11:40:40 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit b120646afabaed2ffb897d5f3d6765f30f76fae8
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Jun 17 05:39:58 2019 -0400
Replace duplicate named widget
---
src/xfce4-screensaver-dialog.css | 2 +-
src/xfce4-screensaver-dialog.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xfce4-screensaver-dialog.css b/src/xfce4-screensaver-dialog.css
index 9c55467..926ae33 100644
--- a/src/xfce4-screensaver-dialog.css
+++ b/src/xfce4-screensaver-dialog.css
@@ -1,2 +1,2 @@
/* Workaround for Adwaita - and other themes - setting a smaller font for the keycap window */
-#login_window.keycap { font-size: initial; }
+#lock_dialog.keycap { font-size: initial; }
diff --git a/src/xfce4-screensaver-dialog.ui b/src/xfce4-screensaver-dialog.ui
index 7b14ad8..e3b0ea9 100644
--- a/src/xfce4-screensaver-dialog.ui
+++ b/src/xfce4-screensaver-dialog.ui
@@ -3,7 +3,7 @@
<interface>
<requires lib="gtk+" version="3.20"/>
<object class="GtkEventBox" id="lock-dialog">
- <property name="name">login_window</property>
+ <property name="name">lock_dialog</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list