mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
layout: more double margins implementations
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user