#3478 closed enhancement (fixed)
[PATCH] Remember size of download dialog
| Reported by: | singularita@… | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
The size of download dialog window is not remembered and the default size is too small - height of the displayed slippy map is quite small for comfortable navigation.
The size should be remembered, so I don't have to resize the dialog almost every time I want to download some data from OSM.
Attachments (1)
Change History (11)
comment:1 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by xeen
Shouldn't such a feature be available in the ExtendedDialog or are there reasons for not including it there? I can supply a patch, but Stöcker warned me of edit wars, do I though I'd ask :)
comment:3 Changed 4 years ago by Gubaer
Go ahead, I like the idea.
comment:4 Changed 4 years ago by xeen
comment:5 Changed 4 years ago by bastiK
- Resolution fixed deleted
- Status changed from closed to reopened
- Summary changed from Remember size of download dialog to [PATCH] Remember size of download dialog
typo
comment:6 Changed 4 years ago by xeen
- Resolution set to fixed
- Status changed from reopened to closed
Gubaer already picked this up, it's in [2168]
comment:7 Changed 3 years ago by Nikerabbit
- Resolution fixed deleted
- Status changed from closed to reopened
Not working properly for me. If I maximise the window, the next time it has reverted to the default size. Works only if I change the window size but don't maximise it (F12 KDE).
comment:8 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from reopened to closed
Remembering maximized state of popup dialogs would be a bad idea. Resize dialog normally instead.
comment:9 Changed 3 years ago by Nikerabbit
Why would it be a bad idea?
comment:10 Changed 3 years ago by stoecker
Because software should never start with options which are hard to change or understand for novice users. A novice will not know that the software remembers most dialog sizes, so when he clicks ONCE on maximize, he will get maximized (and thus blocking) dialogs for a very long time. This is acceptable for the main application, but not for any subwindow within. Professional users can reach same goal by resizing the window, so no harm done to them either.



(In [2132]) fixed #3478: Remember size of download dialog