[settings] Added scroll decorator to the settings page

This commit is contained in:
Slava Monich 2021-05-15 22:00:15 +03:00
parent 1fc1d647a9
commit a54415ba55

View file

@ -1,6 +1,6 @@
/*
Copyright (C) 2015-2020 Jolla Ltd.
Copyright (C) 2015-2020 Slava Monich <slava.monich@jolla.com>
Copyright (C) 2015-2021 Jolla Ltd.
Copyright (C) 2015-2021 Slava Monich <slava.monich@jolla.com>
You may use this file under the terms of BSD license as follows:
@ -505,5 +505,7 @@ Page {
wrapMode: Text.Wrap
}
}
VerticalScrollDecorator { }
}
}