-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Modify the style and height of the tabs dialog #658
Comments
Hello @mauriciobellon, Thank you for your proposal. Yes, on Windows the minimized dialog is awful because of the size of the windows buttons. As I can see on youtube, a lot of user uses the Windows maximize button to switch OCL to fullscreen. Switching to utility will remove this capability too.
No problem with DIALOG on MacOS 😉
To be honest, currently, I don't know. Core part of the code is done by myself, I like the freedom it represents and that's why I love working on this project. And I think that I must work differently if one more person work on the same portion of code. |
I think that displaying "Import" button is not necessary. This is not really a key feature. |
Hi @bbeaulant,
Firstly, 7.0 is looking cool. :)
I found these to small improvements that could be done in
plugin.rb
.Changing the style of the tabs dialog from
UI::HtmlDialog::STYLE_DIALOG
toUI::HtmlDialog::STYLE_UTILITY
, whichwill result in the dialog having a more utility-like appearance.
Increasing the minimum height of the tabs dialog from
30 + 80 + 80 * 3
to30 + 80 + 80 * 4
, which will make room for the new Structure tab button.Correct me if there is a reason to use
STYLE_DIALOG
on the creation of the dialog instance, as I couldn't find any in the Sketchup API Reference. I don't know the impact that would make on macOS, but in windows to me, it makes sense.STYLE_DIALOG
STYLE_UTILITY
One last thing, can I contribute to the dev of the project, I'm truly interested? If the answer is yes, how do you assign issues?
Regards
The text was updated successfully, but these errors were encountered: