mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix styling of scrollbar in marketplace
CURA-8561
This commit is contained in:
parent
f01ce5b43c
commit
5ac0df8b0f
2 changed files with 165 additions and 149 deletions
|
@ -12,7 +12,7 @@ Rectangle
|
|||
{
|
||||
property var packageData
|
||||
|
||||
width: parent ? parent.width - UM.Theme.getSize("default_margin").width : 0
|
||||
width: parent ? parent.width - UM.Theme.getSize("default_margin").width - UM.Theme.getSize("narrow_margin").width: 0
|
||||
height: UM.Theme.getSize("card").height
|
||||
color: UM.Theme.getColor("main_background")
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue