Skip to content

Commit a93ce94

Browse files
committed
CustomButton: Adjust insets
1 parent fcfc30b commit a93ce94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uicomponents/CustomButton.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import QtQuick.Controls
66
Button {
77
id: control
88
Material.roundedScale: Material.SmallScale
9-
leftInset: icon.source + icon.name == "" ? 0 : -2
10-
rightInset: icon.source + icon.name == "" ? 0 : 5
9+
leftInset: icon.source + icon.name == "" ? 0 : 0
10+
rightInset: icon.source + icon.name == "" ? 0 : 3
1111
}

0 commit comments

Comments
 (0)