formatting

This commit is contained in:
quadbyte 2025-08-11 08:40:55 -04:00
parent a72afcafbb
commit 4fd9779941
5 changed files with 17 additions and 14 deletions

View file

@ -98,8 +98,7 @@ PopupWindow {
required property var modelData
width: listView.width
height: (modelData?.isSeparator) ? 8 * scaling : Math.max(32 * scaling,
text.height + 8)
height: (modelData?.isSeparator) ? 8 * scaling : Math.max(32 * scaling, text.height + 8)
color: "transparent"
property var subMenu: null
@ -334,8 +333,7 @@ PopupWindow {
required property var modelData
width: listView.width
height: (modelData?.isSeparator) ? 8 * scaling : Math.max(32 * scaling,
subText.height + 8)
height: (modelData?.isSeparator) ? 8 * scaling : Math.max(32 * scaling, subText.height + 8)
color: "transparent"
property var subMenu: null