mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Size the avatar icon with the same height as the marketplace button
CURA-8202
This commit is contained in:
parent
3c2e336153
commit
9d70ea8a8a
2 changed files with 8 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ import Cura 1.1 as Cura
|
|||
|
||||
Column
|
||||
{
|
||||
spacing: UM.Theme.getSize("narrow_margin").height
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
topPadding: UM.Theme.getSize("default_margin").height
|
||||
bottomPadding: UM.Theme.getSize("default_margin").height
|
||||
width: childrenRect.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue