Set clearing remorse action to 3s
This commit is contained in:
parent
60a910539e
commit
afff6f88e0
2 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,7 @@ Page {
|
|||
onClicked: {
|
||||
remorseClear.execute(menu, qsTr("Clearing the canvas..."), function() {
|
||||
canvas.clear();
|
||||
});
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
RemorseItem {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
* Fri Jul 03 2015 Andrea Scarpino <me@andreascarpino.it> 1.2-1
|
||||
- Landscape support.
|
||||
- Set clearing remorse action timeout to 3s.
|
||||
- Display Papocchio icon in cover.
|
||||
|
||||
* Sat Nov 29 2014 Andrea Scarpino <me@andreascarpino.it> 1.1-1
|
||||
- Implemented 'Save' function.
|
||||
|
|
Loading…
Reference in a new issue