mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Style, minor fixes
This commit is contained in:
@@ -109,6 +109,8 @@ namespace BlackGui
|
||||
return (Qt::Window | Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
|
||||
case WindowNormal:
|
||||
default:
|
||||
// tool window and minimized not supported on windows
|
||||
// tool window always with close button on windows
|
||||
return (Qt::Tool | Qt::WindowStaysOnTopHint | Qt::WindowMinimizeButtonHint | Qt::WindowCloseButtonHint);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user