mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Add default border radius to buttons
This commit is contained in:
parent
0a3a8272b4
commit
9edccf8cc4
@ -17,7 +17,7 @@ Item
|
|||||||
property color pressColor: color
|
property color pressColor: color
|
||||||
property int fontSize
|
property int fontSize
|
||||||
property int borderWidth
|
property int borderWidth
|
||||||
property int borderRadius
|
property int borderRadius: 3
|
||||||
property int innerMargin: 10
|
property int innerMargin: 10
|
||||||
|
|
||||||
height: innerText.height + innerMargin + innerMargin
|
height: innerText.height + innerMargin + innerMargin
|
||||||
|
@ -123,6 +123,7 @@ Drawer
|
|||||||
iconUrl: (model.icon)? model.icon : undefined
|
iconUrl: (model.icon)? model.icon : undefined
|
||||||
innerMargin: 20
|
innerMargin: 20
|
||||||
buttonTextPixelSize: menuItem.styles.pixelSize
|
buttonTextPixelSize: menuItem.styles.pixelSize
|
||||||
|
borderRadius: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user