mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-26 04:04:24 +08:00
Set the frame visible for the materials and profiles page in
preferences.
This commit is contained in:
parent
b3eb1ca877
commit
d0e6e59845
@ -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…
x
Reference in New Issue
Block a user