summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2022-04-21 23:19:14 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2022-04-23 18:47:18 -0400
commitc53b732452aced5f89005b5d0b1d3d008d001bac (patch)
tree3531bd155683d2048a1f9e6ea4f9d7a16c2e5aff /resources/qml
parentBetter handle pluralization (diff)
downloadnheko-c53b732452aced5f89005b5d0b1d3d008d001bac.tar.xz
Set default size for hidden events dialog
Diffstat (limited to 'resources/qml')
-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