mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
ClockSettings: fix warning
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user