DesktopWidgets: Revamped scaling for a sharper look, added 3 new entries in contextual menu: reset scale, raise to top and lower to bottom.

This commit is contained in:
Lemmy
2025-12-29 09:28:09 -05:00
parent fb6f2259cb
commit 06e919ca56
20 changed files with 218 additions and 87 deletions
+1
View File
@@ -65,6 +65,7 @@ PanelWindow {
id: dynamicMenu
visible: false
screen: root.screen
minWidth: 180
onTriggered: (action, item) => {
if (root.dynamicMenuCallback) {