Skip to content

Commit

Permalink
Add back playback controls and set desktop scale fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Jun 14, 2017
1 parent 056bd6e commit c639ff9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions qml/MainDesktop.qml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@ Item {
verticalOffset: -1
}

PlaybackControls {
revealed: true
autoHideEnabled: false
}

states: [
State {
name: "view"
Expand Down
4 changes: 2 additions & 2 deletions qml/style/Style.qml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ Item {
}
} else {
device = "desktop";
var base = Math.min(root.windowWidth, root.windowHeight);
size = base * 0.02;
// var base = Math.min(root.windowWidth, root.windowHeight);
size = 8
}
}
}

0 comments on commit c639ff9

Please sign in to comment.