[Xfce4-commits] [xfce/xfce4-settings] 01/01: settings-manager: Show min and max buttons
noreply at xfce.org
noreply at xfce.org
Sat Jan 18 13:37:54 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i 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 xfce/xfce4-settings.
commit 2f2fc2944b3d8ea19bc32e4476db50f615abfd5f
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Jan 18 13:37:21 2020 +0100
settings-manager: Show min and max buttons
---
xfce4-settings-manager/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfce4-settings-manager/main.c b/xfce4-settings-manager/main.c
index 1f30625..ec0518e 100644
--- a/xfce4-settings-manager/main.c
+++ b/xfce4-settings-manager/main.c
@@ -100,6 +100,7 @@ main(int argc,
garcon_set_environment ("XFCE");
dialog = xfce_settings_manager_dialog_new ();
+ gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_NORMAL);
gtk_window_present (GTK_WINDOW (dialog));
if (opt_dialog != NULL
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list