More optimizations of PlayerControls
This commit is contained in:
parent
a4dea193ad
commit
4455545daa
@ -71,7 +71,8 @@ Kirigami.Page {
|
|||||||
Item {
|
Item {
|
||||||
Flickable {
|
Flickable {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 25
|
anchors.leftMargin: 25
|
||||||
|
anchors.rightMargin: 25
|
||||||
clip: true
|
clip: true
|
||||||
contentHeight: text.height
|
contentHeight: text.height
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
@ -119,8 +120,8 @@ Kirigami.Page {
|
|||||||
}
|
}
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: controls
|
id: controls
|
||||||
Layout.leftMargin: 0
|
//Layout.leftMargin: 0
|
||||||
Layout.rightMargin: 0
|
//Layout.rightMargin: 0
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Controls.Label {
|
Controls.Label {
|
||||||
//anchor.left: parent.left
|
//anchor.left: parent.left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user