layout: implement double margin (e.g. Style.margin2M) instead of what PR #1408 did.

This commit is contained in:
Lemmy
2026-02-20 21:01:35 -05:00
parent 8885be678c
commit b36bef4cc0
35 changed files with 91 additions and 83 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ PopupWindow {
return listHeight(root.items);
}
implicitWidth: menuContentWidth + (Style.marginXL)
implicitHeight: Math.min(menuBodyHeight + (Style.marginXL), menuMaxHeight)
implicitWidth: menuContentWidth + Style.margin2M
implicitHeight: Math.min(menuBodyHeight + Style.margin2M, menuMaxHeight)
color: "transparent"
visible: false