-
Notifications
You must be signed in to change notification settings - Fork 668
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
Share window: vertical window resize not possible #8366
Comments
@TheOneRing Q: Why not having the content in a frame and if the frame fits into the physical screen no scrollbar is shown and if it does not fit a scrollbar shows up - and you can resize the window down to a min height which is always half of the physical screen height? |
In the first place the dialog should not get as big as you describe it :D |
This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days. |
@TheOneRing any progress on that? |
Do you have many recipients or is there any reason why that should grow that big? |
It is the initial screen having NO sharees = list is empty... |
I don't see how the dialog should become that big. Scroll bars don't solve all problems and cause some #7043 . |
This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days. |
Issue still exists, just tested, very bad |
At a first glance, I can't find any code that would enforce a minimum size, it seems like Qt is to decide the initial and minimum sizes. @TheOneRing resizing to a size smaller than the initial value is possible, at least in my tests. |
Why can´t we add a content based appearing vertical scrollbar and size the blank area down to a minimum, lets say 3-4 blank lines? if a shown content fits, remove the scroll bar automatically, if not show it. I strongly believe that there are ready to use libraries in QT for this |
When using the context menu to share an item, a window opens to do so. This window is quite large and can´t be vertically resized. Having a standard Full HD resolution 1920x1080, the window is so big, that it is hard to get it fully visible. Trying to resize it is not possible. This is not a good solution. The window should be vertically resizeable (with a minimum size eg, half the size of the vertical resolution) and a scrollbar should be added if the actual size is lower than the needed one to show all elements.
Expected behaviour
Vertical window resize possible
Actual behaviour
Vertical window resize not possible
Steps to reproduce
Client configuration
Client version: 2.7.4
Operating system: W10x64Pro
OS language: DE
The text was updated successfully, but these errors were encountered: