mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Set default size for hidden events dialog
This commit is contained in:
parent
24ec2181a3
commit
c53b732452
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ ApplicationWindow {
|
||||||
|
|
||||||
modality: Qt.NonModal
|
modality: Qt.NonModal
|
||||||
flags: Qt.Dialog | Qt.WindowTitleHint
|
flags: Qt.Dialog | Qt.WindowTitleHint
|
||||||
|
width: 275
|
||||||
|
height: 220
|
||||||
minimumWidth: 250
|
minimumWidth: 250
|
||||||
minimumHeight: 220
|
minimumHeight: 220
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue