mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 01:53:27 +03:00
Increase durations a bit
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
e6f1d7632a
commit
0f767ed995
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
namespace OCC {
|
||||
|
||||
static const int Spacing = 6;
|
||||
static const int SlideDuration = 250;
|
||||
static const int SlideDistance = 200;
|
||||
static const int SlideDuration = 1000;
|
||||
static const int SlideDistance = 400;
|
||||
|
||||
SlideShow::SlideShow(QWidget *parent) : QWidget(parent)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue