[Commits] prefs_template.c 1.12.2.78 1.12.2.79
claws at claws-mail.org
claws at claws-mail.org
Mon Oct 31 08:17:49 CET 2011
Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv16371/src
Modified Files:
Tag: gtk2
prefs_template.c
Log Message:
2011-10-31 [paul] 3.7.10cvs63
* src/prefs_template.c
revert part of 3.7.10cvs60 - it was a subjective change, all widgets
fit at 540 here, for those where they don't the dialogue can be made
larger by the user
Index: prefs_template.c
===================================================================
RCS file: /home/claws-mail/claws/src/prefs_template.c,v
retrieving revision 1.12.2.78
retrieving revision 1.12.2.79
diff -u -d -r1.12.2.78 -r1.12.2.79
--- prefs_template.c 30 Oct 2011 19:57:16 -0000 1.12.2.78
+++ prefs_template.c 31 Oct 2011 07:17:46 -0000 1.12.2.79
@@ -423,7 +423,7 @@
if (!geometry.min_height) {
geometry.min_width = 500;
- geometry.min_height = 560;
+ geometry.min_height = 540;
}
gtk_window_set_geometry_hints(GTK_WINDOW(window), NULL, &geometry,
More information about the Commits
mailing list