mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Set the frame visible for the materials and profiles page in
preferences.
This commit is contained in:
parent
b3eb1ca877
commit
d0e6e59845
2 changed files with 2 additions and 0 deletions
|
@ -364,6 +364,7 @@ Item
|
||||||
}
|
}
|
||||||
|
|
||||||
width: true ? (parent.width * 0.4) | 0 : parent.width
|
width: true ? (parent.width * 0.4) | 0 : parent.width
|
||||||
|
frameVisible: true
|
||||||
|
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
|
|
|
@ -369,6 +369,7 @@ Item
|
||||||
}
|
}
|
||||||
|
|
||||||
width: true ? (parent.width * 0.4) | 0 : parent.width
|
width: true ? (parent.width * 0.4) | 0 : parent.width
|
||||||
|
frameVisible: true
|
||||||
|
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue