mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Clean up code
Create separate re-usable component for `MaterialBrandSubMenu` CURA-9522
This commit is contained in:
parent
20fdf22e35
commit
e490250d9d
3 changed files with 291 additions and 258 deletions
|
@ -17,7 +17,11 @@ UM.MainWindow
|
|||
{
|
||||
id: base
|
||||
|
||||
readonly property var mainWindow: base
|
||||
Item
|
||||
{
|
||||
id: mainWindow
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
// Cura application window title
|
||||
title:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue