mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Resize toolbar text
This commit is contained in:
+2
-2
@@ -197,7 +197,7 @@ ApplicationWindow {
|
|||||||
Label {
|
Label {
|
||||||
id: titleLabel
|
id: titleLabel
|
||||||
text: stackView.currentItem.objectName
|
text: stackView.currentItem.objectName
|
||||||
font.pointSize: 15
|
font.pointSize: 20
|
||||||
elide: Label.ElideRight
|
elide: Label.ElideRight
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
verticalAlignment: Qt.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
@@ -208,7 +208,7 @@ ApplicationWindow {
|
|||||||
id: versionLabel
|
id: versionLabel
|
||||||
visible: stackView.currentItem.objectName === "Settings"
|
visible: stackView.currentItem.objectName === "Settings"
|
||||||
text: "Version " + SystemProperties.versionString
|
text: "Version " + SystemProperties.versionString
|
||||||
font.pointSize: titleLabel.font.pointSize
|
font.pointSize: 12
|
||||||
horizontalAlignment: Qt.AlignRight
|
horizontalAlignment: Qt.AlignRight
|
||||||
verticalAlignment: Qt.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user