mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Use Dialog flag to make tiling WMs happy
This commit is contained in:
parent
9dc9152e07
commit
5d38b96bbb
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ ApplicationWindow {
|
||||||
minimumWidth: headerTitle.width + 2 * Nheko.paddingMedium
|
minimumWidth: headerTitle.width + 2 * Nheko.paddingMedium
|
||||||
palette: Nheko.colors
|
palette: Nheko.colors
|
||||||
color: Nheko.colors.window
|
color: Nheko.colors.window
|
||||||
|
flags: Qt.Dialog
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: StandardKey.Cancel
|
sequence: StandardKey.Cancel
|
||||||
|
|
Loading…
Reference in a new issue