mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Use the local SettingView in SidebarAdvanced
This commit is contained in:
parent
fa7e186b2f
commit
27f31a19b5
1 changed files with 4 additions and 4 deletions
|
|
@ -5,9 +5,9 @@ import QtQuick 2.0
|
||||||
|
|
||||||
import QtQuick.Controls 1.2
|
import QtQuick.Controls 1.2
|
||||||
|
|
||||||
import UM 1.0 as UM
|
import "Settings"
|
||||||
|
|
||||||
UM.SettingView {
|
SettingView {
|
||||||
expandedCategories: Printer.expandedCategories;
|
// expandedCategories: Printer.expandedCategories;
|
||||||
onExpandedCategoriesChanged: Printer.setExpandedCategories(expandedCategories);
|
// onExpandedCategoriesChanged: Printer.setExpandedCategories(expandedCategories);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue