Fix setting visibility styling working in one theme and not the other.

CURA-8688
This commit is contained in:
j.delarago 2022-03-02 09:06:47 +01:00
parent 5dfc5971e3
commit b2bed4efdd
4 changed files with 10 additions and 5 deletions

View file

@ -35,7 +35,8 @@ Item
model: columnHeaders
Rectangle
{
width: Math.max(1, Math.round(tableBase.width / headerRepeater.count))
//minimumWidth: Math.max(1, Math.round(tableBase.width / headerRepeater.count))
width: 300
height: UM.Theme.getSize("section").height
color: UM.Theme.getColor("secondary")