[Xfce4-commits] [xfce/thunar] 01/01: Reduce size of Properties dialog
noreply at xfce.org
noreply at xfce.org
Tue Mar 24 18:49:39 CET 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 9f7b2d699c0a6dc36070d135adf1331429dd6f6c
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Tue Mar 24 11:54:28 2020 +0100
Reduce size of Properties dialog
---
thunar/thunar-properties-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c
index 848eb56..c62186e 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -253,7 +253,7 @@ thunar_properties_dialog_init (ThunarPropertiesDialog *dialog)
_("_Help"), GTK_RESPONSE_HELP,
_("_Close"), GTK_RESPONSE_CLOSE,
NULL);
- gtk_window_set_default_size (GTK_WINDOW (dialog), 500, 550);
+ gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 450);
dialog->notebook = gtk_notebook_new ();
gtk_container_set_border_width (GTK_CONTAINER (dialog->notebook), 6);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list