mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Prevent setting items from overlapping with column headers
This commit is contained in:
parent
059fede06e
commit
578027182e
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ Item
|
||||||
|
|
||||||
width: true ? (parent.width * 0.4) | 0 : parent.width
|
width: true ? (parent.width * 0.4) | 0 : parent.width
|
||||||
frameVisible: true
|
frameVisible: true
|
||||||
|
clip: true
|
||||||
|
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue