Style, minor fixes

This commit is contained in:
Klaus Basan
2015-02-26 21:48:39 +01:00
parent eca8c5b637
commit 8d6be01c5d
3 changed files with 5 additions and 5 deletions

View File

@@ -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);
}
}