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