Fix slideshow
This commit is contained in:
parent
53c459ecbb
commit
18b0a32e52
2 changed files with 8 additions and 2 deletions
|
@ -45,7 +45,7 @@ Presentation
|
||||||
Slide {
|
Slide {
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
id: image3
|
id: image2
|
||||||
x:0
|
x:0
|
||||||
y:0
|
y:0
|
||||||
width: 810
|
width: 810
|
||||||
|
@ -71,7 +71,7 @@ Presentation
|
||||||
Slide {
|
Slide {
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
id: image3
|
id: image4
|
||||||
x:0
|
x:0
|
||||||
y:0
|
y:0
|
||||||
width: 810
|
width: 810
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
calamares-settings-tileos-sway (1.13~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fix slideshow
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Wed, 21 Feb 2024 23:55:21 +0400
|
||||||
|
|
||||||
calamares-settings-tileos-sway (1.12~tileos) unstable; urgency=medium
|
calamares-settings-tileos-sway (1.12~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Add slideshow
|
* Add slideshow
|
||||||
|
|
Loading…
Add table
Reference in a new issue