mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-09 15:12:43 -04:00
Fix height problem
This commit is contained in:
parent
4e4c991034
commit
e4e3411308
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue