Skip to content

Commit

Permalink
fix(config): use right spinbox
Browse files Browse the repository at this point in the history
  • Loading branch information
orblazer committed May 31, 2021
1 parent 0c00131 commit f584bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/config/ConfigData.qml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Kirigami.FormLayout {
to: 100000
suffix: i18nc('Abbreviation for KB/s', ' KB/s')
}
QtControls.SpinBox {
SpinBox {
id: uploadMaxKBs
Kirigami.FormData.label: i18n('Max upload speed:')
stepSize: 10
Expand Down

0 comments on commit f584bd6

Please sign in to comment.