Skip to content

Commit 8226f41

Browse files
committed
qml: fix CaretRightButton padding
1 parent 15df21c commit 8226f41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/qml/components/CaretRightButton.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import QtQuick.Controls 2.15
88
Button {
99
id: root
1010
required property color stateColor
11+
12+
leftPadding: 0
13+
topPadding: 0
14+
bottomPadding: 0
1115
icon.source: "image://images/caret-right"
1216
icon.color: root.stateColor
1317
icon.height: 18

0 commit comments

Comments
 (0)