mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 19:42:02 +02:00
remove spaces for clean-ness
This commit is contained in:
parent
0647155c30
commit
1244559618
1 changed files with 5 additions and 5 deletions
|
@ -122,11 +122,11 @@ Rectangle {
|
||||||
height: 400
|
height: 400
|
||||||
spacing: 20
|
spacing: 20
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: image1
|
id: image1
|
||||||
width: 30
|
width: 30
|
||||||
height: 30
|
height: 30
|
||||||
source: "qrc:/qtquickplugin/images/template_image.png"
|
source: "qrc:/qtquickplugin/images/template_image.png"
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
|
Loading…
Reference in a new issue