mirror of https://github.com/GNOME/gimp.git
Finetune the max_label_length hack, to avoid the splash screen's width
2000-01-06 Tor Lillqvist <tml@iki.fi> * app/app_procs.c (make_initialization_status_window): Finetune the max_label_length hack, to avoid the splash screen's width wobbling (on Win32). * PLUGIN_MAINTAINERS: Added myself as maintainer of gpb, winprint, winsnap, and wmf.
This commit is contained in:
parent
3de32eb68f
commit
bd106744b0
|
@ -1,3 +1,12 @@
|
|||
2000-01-06 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* app/app_procs.c (make_initialization_status_window): Finetune
|
||||
the max_label_length hack, to avoid the splash screen's width
|
||||
wobbling (on Win32).
|
||||
|
||||
* PLUGIN_MAINTAINERS: Added myself as maintainer of gpb, winprint,
|
||||
winsnap, and wmf.
|
||||
|
||||
Thu Jan 6 01:29:20 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/general.c
|
||||
|
|
|
@ -405,8 +405,8 @@ SIZE : 12.7 kB in 1 file (only C files counted)
|
|||
COMMENT :
|
||||
-----------
|
||||
NAME : gpb
|
||||
AUTHOR : Tor Lillqvist
|
||||
MAINTAINER :
|
||||
AUTHOR : Tor Lillqvist <tml@iki.fi>
|
||||
MAINTAINER : Tor Lillqvist <tml@iki.fi>
|
||||
SIZE : 35.9 kB in 1 file (only C files counted)
|
||||
COMMENT :
|
||||
-----------
|
||||
|
@ -964,19 +964,19 @@ COMMENT :
|
|||
-----------
|
||||
NAME : winprint
|
||||
AUTHOR : Tor Lillqvist <tml@iki.fi>
|
||||
MAINTAINER :
|
||||
MAINTAINER : Tor Lillqvist <tml@iki.fi>
|
||||
SIZE : 18.2 kB in 1 file (only C files counted)
|
||||
COMMENT :
|
||||
-----------
|
||||
NAME : winsnap
|
||||
AUTHOR : Craig Setera
|
||||
MAINTAINER :
|
||||
MAINTAINER : Tor Lillqvist <tml@iki.fi>
|
||||
SIZE : 29.9 kB in 1 file (only C files counted)
|
||||
COMMENT :
|
||||
-----------
|
||||
NAME : wmf
|
||||
AUTHOR : Tor Lillqvist <tml@iki.fi>
|
||||
MAINTAINER :
|
||||
MAINTAINER : Tor Lillqvist <tml@iki.fi>
|
||||
SIZE : 75.1 kB in 1 file (only C files counted)
|
||||
COMMENT :
|
||||
-----------
|
||||
|
|
|
@ -410,7 +410,7 @@ make_initialization_status_window (void)
|
|||
*/
|
||||
style = gtk_widget_get_style (win_initstatus);
|
||||
max_label_length =
|
||||
0.95 * (float)strlen (AUTHORS) *
|
||||
0.8 * (float)strlen (AUTHORS) *
|
||||
((float)logo_area_width /
|
||||
(float)gdk_string_width (style->font, AUTHORS));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue