Store the dialogs in a folder called Dialogs.

Contributes to CURA-5784.
This commit is contained in:
Diego Prado Gesto 2018-10-09 17:11:01 +02:00
parent 77a1b08f38
commit 49e96980f1
12 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@ import QtQuick.Dialogs 1.2
import UM 1.3 as UM
import Cura 1.1 as Cura
import "Dialogs"
import "Menus"
import "Skeleton"

View file

@ -7,6 +7,8 @@ import QtQuick.Controls 1.1
import UM 1.3 as UM
import Cura 1.0 as Cura
import "../Dialogs"
Menu
{
id: menu

View file

@ -8,7 +8,7 @@ import QtQuick.Controls.Styles 1.1
import UM 1.4 as UM
import Cura 1.0 as Cura
import "../Accounts"
import "../Account"
Rectangle
{