We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfc30b commit a93ce94Copy full SHA for a93ce94
src/uicomponents/CustomButton.qml
@@ -6,6 +6,6 @@ import QtQuick.Controls
6
Button {
7
id: control
8
Material.roundedScale: Material.SmallScale
9
- leftInset: icon.source + icon.name == "" ? 0 : -2
10
- rightInset: icon.source + icon.name == "" ? 0 : 5
+ leftInset: icon.source + icon.name == "" ? 0 : 0
+ rightInset: icon.source + icon.name == "" ? 0 : 3
11
}
0 commit comments