Open thesec opened 5 years ago
But you can drag the bottom of the settings by grabbing the three dots so you can alter the height of that panel.
Or you can install the Sidebar GUI plugin, which properly fixes this foolishness
Hihi, excellent @smartavionics ... I just did not wear my jeweller's magnifiying lens to realize there being three fly sh... for dragging the panel in such a non-standardized fashion ;)
Yet I will leave this open. It should neither require a lens on the nose, nor user interaction or even a plugin to get around this.
Also you can drag the panel around with the header.
Shouldn't be completely full height though, it should stop (unless someone drags it) right above the 'action panel' (the one with the slice button in it).
Do you have multiple different sized monitors you work on? Was it always like this since first startup of 4.0.0?
@rburema - it was always like it. Yes, I have two differently sized displays I work on.
This was brought up during the design of the new interface for 4.0 as well. Back then we didn't implement this for architectural reasons: In this window we don't have access to the UI element for the action panel in the bottom right. It could be implemented but you'd get an expression like this (semi-pseudocode):
max_height = window_height - UM.Theme.getSize("default_margin").height * 4 - UM.Theme.getSize("thin_margin").height * 2 - UM.Theme.getSize("lining").height * 4 - UM.Theme.getSize("action_panel_widget").height - UM.Theme.getSize("stage_menu").height ...
This was deemed to be unmaintainable.
I get the maintability issue from the above technical perspective, thank you.
Yet it seems not a minor issue if you already had this in your discussions and someone already invented the energy to work around it with an addon.
There are multiple solutions that are more maintainable like e.g.
That'll be an interesting task for the UI designers :)
...
making the bottom offset simply use a default height that'll simply cover the expected height of the dialogue underneath
Yeah, that was the proposed solution but as you can see it was complex. Or rather not necessarily complex but hard to oversee when there is a change and if it works for all sizes of the panel.
an icon that is more obvious than the rotated hamburger (does it make it a hot dog? a sandwich?), see https://www.visualpharm.com/free-icons/mouse/drag%20mouse for commonly used ones
We're using the same grippy dots as in many web and mobile applications. For instance look at g-mail. That was the idea anyway.
This new UI has some annoyances, mostly that it makes all the UI elements on total opposite sides of the screen, everything is as far away from each other as possible.
The time slider and layer sliders should be next to each other, this pushes one all the way to the right, going back and forth is a pain. Controls are all the way on the left, viewport, all the way on the bottom, view control top left, layer control, the whole top, but the dialog is on the left ?
God forbid you have one of those widescreen monitors... lol
And an actual BUG The floating side bar covers the layer # popup..
There is the Sidebar GUI plugin in the Marketplace, which solves most of these issues.
@fieldOfView I know I installed it, it was awesome to have it back!, but I turned it off for a bit while I narrow down the source of my performance issues, not sure if it was related or not
OT: So, was it the cause of the slowdowns?
And an actual BUG The floating side bar covers the layer # popup..
Yeah, we found that as well and fixed it in Cura 4.4. See https://github.com/Ultimaker/Cura/pull/6499 and https://github.com/Ultimaker/Cura/pull/6592.
Edit: No actually those are about the action panel hiding the layer slider on small screens. For the floating settings panel we still don't have a real solution.
So you fixed this?
No, as I said, for the floating settings panel we still don't have a real solution. Other than moving the panel a bit to the left, that is. It should remember the location relative to its original location.
So you fixed this?
We have a solution for it in https://github.com/Ultimaker/Cura/pull/6607
That's pulled into master though, so it's not in 4.4
Since release of v4 the print settings come at full height, hiding the - now separate - save dialog:
Please limit the settings' height to leave space for the dialog underneath as before so I do not have to close them prior being allowed to save.