summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2022-04-21 23:19:14 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2022-04-28 17:39:08 -0400
commita75ee1a61884b494305b26737698af6bdc7eb642 (patch)
tree59f1466573584a04b577ac793bcaab8e0a4fccd8 /resources
parentBetter handle pluralization (diff)
downloadnheko-a75ee1a61884b494305b26737698af6bdc7eb642.tar.xz
Set default size for hidden events dialog
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/dialogs/HiddenEventsDialog.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/dialogs/HiddenEventsDialog.qml b/resources/qml/dialogs/HiddenEventsDialog.qml

index e0e79604..444ce6a1 100644 --- a/resources/qml/dialogs/HiddenEventsDialog.qml +++ b/resources/qml/dialogs/HiddenEventsDialog.qml
@@ -17,6 +17,8 @@ ApplicationWindow { modality: Qt.NonModal flags: Qt.Dialog | Qt.WindowTitleHint + width: 275 + height: 220 minimumWidth: 250 minimumHeight: 220