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
This commit is contained in:
parent
cae61f0fc3
commit
b98ebc2221
4 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
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
|
||||
|
||||
2011-10-31 [paul] 3.7.10cvs62
|
||||
|
||||
* src/compose.c
|
||||
|
|
|
@ -4266,3 +4266,4 @@
|
|||
( cvs diff -u -r 1.12.2.77 -r 1.12.2.78 src/prefs_template.c; ) > 3.7.10cvs60.patchset
|
||||
( cvs diff -u -r 1.382.2.589 -r 1.382.2.590 src/compose.c; ) > 3.7.10cvs61.patchset
|
||||
( cvs diff -u -r 1.382.2.590 -r 1.382.2.591 src/compose.c; ) > 3.7.10cvs62.patchset
|
||||
( cvs diff -u -r 1.12.2.78 -r 1.12.2.79 src/prefs_template.c; ) > 3.7.10cvs63.patchset
|
||||
|
|
|
@ -12,7 +12,7 @@ MINOR_VERSION=7
|
|||
MICRO_VERSION=10
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=62
|
||||
EXTRA_VERSION=63
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -423,7 +423,7 @@ static void prefs_template_window_create(void)
|
|||
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue