Add main pane top bar, improve readability

This commit is contained in:
miruka
2020-03-12 22:16:33 -04:00
parent 247eb15281
commit ca53e18e24
14 changed files with 169 additions and 73 deletions

View File

@@ -24,6 +24,11 @@ Item {
readonly property alias pressAnimation: pressAnimation
function reloadSettings() {
py.loadSettings(() => { mainUI.pressAnimation.start() })
}
SequentialAnimation {
id: pressAnimation
HNumberAnimation {