increase icon size
This commit is contained in:
parent
6b87dc8006
commit
a3931d8aec
1 changed files with 2 additions and 2 deletions
|
|
@ -13,9 +13,9 @@ RoundButton {
|
||||||
property alias border: rect.border
|
property alias border: rect.border
|
||||||
|
|
||||||
font.family: loader.font.family
|
font.family: loader.font.family
|
||||||
font.pixelSize: 16
|
font.pixelSize: 18
|
||||||
radius: 8
|
radius: 8
|
||||||
padding: 8
|
padding: 6
|
||||||
|
|
||||||
HoverHandler {
|
HoverHandler {
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue