layout: more double margins implementations

This commit is contained in:
Lemmy
2026-02-20 21:11:06 -05:00
parent b36bef4cc0
commit db56321f54
50 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ RowLayout {
property bool isHighlighted: listView.currentIndex === index
width: listView.availableWidth
height: delegateText.implicitHeight + Style.marginS * 2
height: delegateText.implicitHeight + Style.margin2S
radius: Style.iRadiusS
color: isHighlighted ? Color.mHover : "transparent"