fix: code review
This commit is contained in:
parent
eb9734a72d
commit
b5be7f8569
|
@ -18,7 +18,7 @@ Column {
|
|||
width: parent.width
|
||||
spacing: 10
|
||||
StyledText {
|
||||
text: "Upload"
|
||||
text: qsTr("Upload")
|
||||
width: 250
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ Column {
|
|||
|
||||
StyledText {
|
||||
color: Style.current.secondaryText
|
||||
text: qsTrId("Kb/s")
|
||||
text: qsTr("Kb/s")
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: uploadRate.right
|
||||
anchors.rightMargin: Style.current.padding
|
||||
|
@ -47,7 +47,7 @@ Column {
|
|||
}
|
||||
|
||||
StyledText {
|
||||
text: "Download"
|
||||
text: qsTr("Download")
|
||||
width: 273
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
@ -67,7 +67,7 @@ Column {
|
|||
|
||||
StyledText {
|
||||
color: Style.current.secondaryText
|
||||
text: qsTrId("Kb/s")
|
||||
text: qsTr("Kb/s")
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: downloadRate.right
|
||||
anchors.rightMargin: Style.current.padding
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cdc7c5503001e2c987cf657dc707a3da81ea397e
|
||||
Subproject commit abcf2c2b657c31af514c4ed7cbbf910d05490282
|
Loading…
Reference in New Issue