mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Fixed size of expandableItem not being the correct width
CURA-5785
This commit is contained in:
parent
1569fd7396
commit
fb72f9a059
4 changed files with 4 additions and 3 deletions
|
@ -92,7 +92,7 @@ Cura.ExpandableComponent
|
|||
|
||||
popupItem: Item
|
||||
{
|
||||
width: base.width
|
||||
width: base.width - 2 * UM.Theme.getSize("default_margin").width
|
||||
height: 200
|
||||
|
||||
TabBar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue