overlay: fps limiter: fix weird container and button size

This commit is contained in:
end-4
2025-11-07 20:33:54 +01:00
parent 40368432e8
commit daa4dd7b0f
4 changed files with 31 additions and 49 deletions
@@ -109,8 +109,8 @@ Singleton {
property JsonObject fpsLimiter: JsonObject {
property bool pinned: false
property bool clickthrough: false
property real x: 100
property real y: 100
property real x: 1600
property real y: 630
}
}
@@ -18,5 +18,6 @@ ToolbarButton {
iconSize: 22
text: iconBtn.text
color: iconBtn.colText
animateChange: true
}
}