some fixes to remove warnings

This commit is contained in:
Hannes
2026-08-22 16:54:49 +02:00
parent a046c5b3e0
commit 896264c062
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -24,6 +24,7 @@ QtObject {
readonly property int border_width: 2
readonly property string font: "CodeNewRoman Nerd Font"
readonly property string jfont: "CodeNewRoman Nerd Font"
function big_font_size(value) {
return value * 0.6
@@ -56,8 +57,6 @@ QtObject {
readonly property int reload_interval: 10000
readonly property int fast_reload_interval: 1000
function maxTextWidth(maxNum, texts) {
let maxWidth = 0;