Notifications History: increased height from 420 to 540

This commit is contained in:
ItsLemmy
2025-11-10 19:17:43 -05:00
parent 6c00dabc1e
commit 01bcdf577d

View File

@@ -14,7 +14,7 @@ SmartPanel {
id: root
preferredWidth: Math.round(340 * Style.uiScaleRatio)
preferredHeight: Math.round(420 * Style.uiScaleRatio)
preferredHeight: Math.round(540 * Style.uiScaleRatio)
onOpened: function () {
NotificationService.updateLastSeenTs()