Skip to content

Commit

Permalink
支持参数选择
Browse files Browse the repository at this point in the history
  • Loading branch information
TalusL committed Jun 11, 2024
1 parent 3fce3a3 commit 35e20c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ApplicationWindow {
id: countText
x: 5
anchors.verticalCenter: parent.verticalCenter
text: "WFB Pkt/802.11 Pkt"
text: "WFB Pkt / 802.11 Pkt"
font.pixelSize: 16
color: "#ffffff"
}
Expand All @@ -212,7 +212,7 @@ ApplicationWindow {
}
Text {
x: 5
text: "/"
text: " / "
font.pixelSize: 32
color: "#000000"
}
Expand Down

0 comments on commit 35e20c7

Please sign in to comment.