Dockerfile with mxl-gst-tools & stats window height fix

This commit is contained in:
Dmitry Sergeev
2026-09-04 21:20:25 +03:00
parent f5852dafe0
commit dd75cac4a3
5 changed files with 55 additions and 13 deletions
+1 -1
View File
@@ -502,7 +502,7 @@ func main() {
// ImGui
var (
statsWindowWidth float32 = 460
statsWindowHeight float32 = 510
statsWindowHeight float32 = 550
settingWindowWidth float32 = 700
settingsWindowState bool = true
)