mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
minor fixes
This commit is contained in:
parent
5367eca2ee
commit
e601a8200b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
project(plasma-device-sim)
|
project(plasma-phone-components)
|
||||||
|
|
||||||
# minimal requirements
|
# minimal requirements
|
||||||
cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
|
cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import org.kde.plasma.core 2.0 as PlasmaCore
|
||||||
import "../components"
|
import "../components"
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: root
|
id: homescreen
|
||||||
width: 1024
|
width: 1024
|
||||||
height: 768
|
height: 768
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue