Browse Source

Change Skeleton folder name to MainWindow.

This folder is intended to store the files that construct the main
window. All the parts. The rest of the components are stored in more
specific folders.

Contributes to CURA-5784.
Diego Prado Gesto 6 years ago
parent
commit
7fb72a1a58

+ 1 - 1
resources/qml/Cura.qml

@@ -12,7 +12,7 @@ import Cura 1.1 as Cura
 
 import "Dialogs"
 import "Menus"
-import "Skeleton"
+import "MainWindow"
 
 UM.MainWindow
 {

+ 0 - 0
resources/qml/Skeleton/ApplicationMenu.qml → resources/qml/MainWindow/ApplicationMenu.qml


+ 0 - 0
resources/qml/Skeleton/TopHeader.qml → resources/qml/MainWindow/TopHeader.qml