-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
change ui size policy, make RU translation is shorter #1678
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
Conversation
Thanks @zvova7890. As long as this doesn't have a bad effect on other languages, then this should be useful. 😄 |
Well, good idea :) I'll have been removed forcing font size and move Set as NULL button to bottom, closer to Apply |
Looks better. I'm unsure about the possibility of truncated text in buttons. Is that still needed? |
I think this may help with extremly small space. Because when translation text is too large, buttons lock minimal size. As for me, text on the buttons not allways prefer to be visible, and truncated text is a fair cost for a minimal size. btw, may it would be better to switch to icons? |
I see your point, but the way how it is performed by Qt/OS is ugly. It should shrink more gracefully (ellipsis or font reduction). I wouldn't mind changing some buttons to icons. Don't know what other contributors think. In our usual icon set there are icons that might be suitable for: But I don't see any suitable icons for Set as NULL and Import/Export. Another option could be a single menu button with all or part of the buttons of the Edit Dialog. |
Feel free to experiment. Either do it in another branch - which we can do one-off builds with fairly easily - or if we do it in master then it'll be tested by more people through the nightly builds. 😄
Gimp/Inkscape/etc could be useful to adjust an existing icon for some new look. 😄
Hmmm, with web pages it's possible to have layouts suitable for both "mobile" and various desktop resolutions, with a layout decided on dynamically as the browser window is resized. Wonder if Qt has the same concept available? eg when a dialog or window is below some width or height, it could use a specific "mobile optimised" layout that displays things differently... |
Ok, @zvova7890, let's merge this, as the current situation in master branch is far from optimal. I think I'm going to experiment then a bit with some possible icons or layouts. |
Ok, thank you |
Minimum layout of the UI is to large
I'm make small changes that like a little bit smaller font at right side panel button, allows buttons crop the text, little change in left "data" combobox.