Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from ltworf/mylabel
Browse files Browse the repository at this point in the history
Use my own label
  • Loading branch information
ltworf authored Sep 6, 2022
2 parents c6d793a + 868c281 commit bf572a9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/ui/LangSelector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,14 @@ Item {
Layout.alignment: Qt.AlignBottom
columns: 2

Switch {
Layout.columnSpan: 2
ThemedLabel {
text: qsTr("User defined seed")
Layout.fillWidth: true
Layout.leftMargin: 5
}

Switch {
Layout.rightMargin: 5
LayoutMirroring.enabled: true
text: qsTr("User defined seed")
id: switchseed
}

Expand Down

0 comments on commit bf572a9

Please sign in to comment.