mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
layout: implement double margin (e.g. Style.margin2M) instead of what PR #1408 did.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user