mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix setting visibility styling working in one theme and not the other.
CURA-8688
This commit is contained in:
parent
5dfc5971e3
commit
b2bed4efdd
4 changed files with 10 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue