mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix height problem
This commit is contained in:
parent
4e4c991034
commit
e4e3411308
@ -20,7 +20,7 @@ Item
|
|||||||
property int borderRadius
|
property int borderRadius
|
||||||
property int innerMargin: 10
|
property int innerMargin: 10
|
||||||
|
|
||||||
height: 50
|
height: innerText.height + innerMargin + innerMargin
|
||||||
width: innerText.width + innerMargin + innerMargin
|
width: innerText.width + innerMargin + innerMargin
|
||||||
|
|
||||||
scale: state === "Pressed" ? 0.96 : 1.0
|
scale: state === "Pressed" ? 0.96 : 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user