some fixes to remove warnings
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user