[Xfce4-commits] [xfce/thunar] 02/02: Bump default size of file properties dialog a bit
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 15:01:50 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit 3d9bc5c685497c3cf674fb37ed2c25aad2e8ec52
Author: Harald Judt <h.judt at gmx.at>
Date: Fri Oct 26 17:11:39 2012 +0200
Bump default size of file properties dialog a bit
To better accommodate longer translation strings without
ellipsizing them all the time.
---
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 5b0769a..6fc68a1 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -233,7 +233,7 @@ thunar_properties_dialog_init (ThunarPropertiesDialog *dialog)
GTK_STOCK_HELP, GTK_RESPONSE_HELP,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL);
- gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 430);
+ gtk_window_set_default_size (GTK_WINDOW (dialog), 500, 550);
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