[Xfce4-commits] [xfce/thunar] 01/01: Reduce size of Templates info popup
noreply at xfce.org
noreply at xfce.org
Sun Mar 29 23:39:38 CEST 2020
This is an automated email from the git hooks/post-receive script.
a l e x 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/thunar.
commit 5564ab95280add0caad31068e8b4a5aa22c4e658
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Sun Mar 29 23:38:45 2020 +0200
Reduce size of Templates info popup
---
thunar/thunar-window.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 71ffae0..cf709d0 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -3233,6 +3233,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0);
gtk_widget_show (button);
+ gtk_window_set_default_size (GTK_WINDOW (dialog), 600, -1);
+
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list