Skip to content

Commit 0d2aaf1

Browse files
committed
Code standard fix
1 parent 5bd7b67 commit 0d2aaf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dmenu/Panel.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ FocusScope {
344344
Column {
345345
anchors.verticalCenter: parent.verticalCenter
346346
width: parent.width - Style.marginM * 2 - ((itemRect.itemData.icon || itemRect.itemData.image) ? 44 : 0)
347-
spacing: 2
347+
spacing: Style.marginXS
348348

349349
Text {
350350
width: parent.width

0 commit comments

Comments
 (0)