mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 723689 - Splash screen doesn’t set the floating hint.
This commit is contained in:
parent
d8aea0f40c
commit
e4a249d94e
@ -73,6 +73,7 @@ gnc_show_splash_screen (void)
|
||||
|
||||
gtk_window_set_title (GTK_WINDOW (splash), "GnuCash");
|
||||
gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER);
|
||||
gtk_window_set_type_hint (GTK_WINDOW (splash), GDK_WINDOW_TYPE_HINT_DIALOG);
|
||||
|
||||
pixmap = gnc_gnome_get_pixmap ("gnucash_splash.png");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user