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
@@ -6,5 +6,7 @@ import qs.modules.overlay
StyledOverlayWidget {
id: root
title: "MangoHud FPS"
contentItem: FpsLimiterContent {}
contentItem: FpsLimiterContent {
radius: root.contentRadius
}
}