mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Fix width when icon is set
This commit is contained in:
parent
9edccf8cc4
commit
e82a94673d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Item
|
|||
property int innerMargin: 10
|
||||
|
||||
height: innerText.height + innerMargin + innerMargin
|
||||
width: innerText.width + innerMargin + innerMargin
|
||||
width: innerText.width + innerMargin + innerMargin + icon.width + icon.width
|
||||
|
||||
scale: state === "Pressed" ? 0.96 : 1.0
|
||||
onEnabledChanged: state = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue