Set default size for hidden events dialog

This commit is contained in:
Loren Burkholder 2022-04-21 23:19:14 -04:00
parent e9112912b8
commit a75ee1a618
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ ApplicationWindow {
modality: Qt.NonModal
flags: Qt.Dialog | Qt.WindowTitleHint
width: 275
height: 220
minimumWidth: 250
minimumHeight: 220