mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 10:19:27 +02:00
LCL: Show minimize button on form with borderstyle single also with XFCE. Issue #31207, patch from AlexeyT.
git-svn-id: trunk@53927 -
This commit is contained in:
parent
f5c261f560
commit
9dbedaa490
@ -78,7 +78,7 @@ const
|
||||
//(bsNone, bsSingle, bsSizeable, bsDialog, bsToolWindow, bsSizeToolWin);
|
||||
GtkWindowTypeHints: array[TFormBorderStyle] of TGdkWindowTypeHint = (
|
||||
GDK_WINDOW_TYPE_HINT_NOTIFICATION,
|
||||
GDK_WINDOW_TYPE_HINT_DIALOG,
|
||||
GDK_WINDOW_TYPE_HINT_NORMAL,
|
||||
GDK_WINDOW_TYPE_HINT_NORMAL,
|
||||
GDK_WINDOW_TYPE_HINT_DIALOG,
|
||||
GDK_WINDOW_TYPE_HINT_UTILITY,
|
||||
|
Loading…
Reference in New Issue
Block a user