[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 14/15: Set lock screen initial size
noreply at xfce.org
noreply at xfce.org
Fri Oct 4 05:13:49 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d 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 panel-plugins/xfce4-time-out-plugin.
commit 2e4ad8561cb855c437485f77e14f30f40ce7f5ec
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Sep 28 19:43:21 2019 -0300
Set lock screen initial size
So it won't resize right after appearing
---
panel-plugin/time-out-lock-screen.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/time-out-lock-screen.c b/panel-plugin/time-out-lock-screen.c
index 201c6f9..5ca5c31 100644
--- a/panel-plugin/time-out-lock-screen.c
+++ b/panel-plugin/time-out-lock-screen.c
@@ -174,6 +174,7 @@ time_out_lock_screen_init (TimeOutLockScreen *lock_screen)
/* Create information window */
lock_screen->window = g_object_new (GTK_TYPE_WINDOW, "type", GTK_WINDOW_POPUP, NULL);
+ gtk_window_set_default_size (GTK_WINDOW (lock_screen->window), 320, 260);
gtk_widget_realize (lock_screen->window);
/* Create layout box */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list