-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI on startup is too wide and displays all buttons #10
Comments
I have noticed, this dialog does not respect the FreeCAD theme, as I have set it to dark and it looks like Classic (which should be disabled on Windows) @chennes @MisterMakerNL |
Is this made using QML? |
No, it's Qt Widgets. I suspect this is a difference between Qt5 and Qt6. |
In the file "Resources/panels/first_start.ui" can you look for the code block that looks like this:
and try replacing |
@chennes yes this fixes the issue (but the dialog still does not respect the theme settings): |
Should be fixed by 77f5e9c (obviously the theme thing is a separate bug). |
Similar to the addon manager ui issue (FreeCAD/FreeCAD#19973), the same happens now with the telemetry addon:
The text was updated successfully, but these errors were encountered: