Wallpaper: On startup set wallpaper without transition
This commit is contained in:
parent
63e90a5c17
commit
2f9eb28596
3 changed files with 28 additions and 9 deletions
|
|
@ -98,7 +98,7 @@ ColumnLayout {
|
|||
model: wallpapersList
|
||||
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
flickableDirection: Flickable.AutoFlickDirection
|
||||
flickableDirection: Flickable.VerticalFlick
|
||||
interactive: false
|
||||
|
||||
property int columns: 5
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ ColumnLayout {
|
|||
NSlider {
|
||||
Layout.fillWidth: true
|
||||
from: 100
|
||||
to: 10000
|
||||
to: 5000
|
||||
stepSize: 100
|
||||
value: Settings.data.wallpaper.transitionDuration
|
||||
onMoved: Settings.data.wallpaper.transitionDuration = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue