ClockSettings: fix warning

This commit is contained in:
Ly-sec
2025-12-27 17:18:36 +01:00
parent 3a98f926f9
commit d895ac4077
2 changed files with 6 additions and 6 deletions
@@ -113,8 +113,8 @@ Popup {
if (item) {
// Force width recalculation when content loads
Qt.callLater(() => {
root.width = Math.max(root.settingsContentWidth + root.dialogPadding * 2, 500);
});
root.width = Math.max(root.settingsContentWidth + root.dialogPadding * 2, 500);
});
}
}
}