Fix file names to respect conventions

Important markdown/text files: UPPERCASE.ext
QML module dirs, qml files: PascalCase
Python module dirs, py files, js files: snake_case
Everything else (including icons): hyphen-case
This commit is contained in:
miruka
2019-07-17 13:40:28 -04:00
parent 332b6f1c0d
commit 902ac250b0
20 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ Item {
HImage {
id: mainUIBackground
fillMode: Image.PreserveAspectCrop
source: "../images/login_background.jpg"
source: "../images/background.jpg"
sourceSize.width: Screen.width
sourceSize.height: Screen.height
anchors.fill: parent