Bug report #18872
Symbol Selector Window 'overflows' the screen on small resolutions
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | GUI | ||
Affected QGIS version: | 3.2 | Regression?: | No |
Operating System: | Windows 7 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26704 |
Description
At a resolution of 1280x720, the symbol selector window tends to be larger than the screen when the symbol fill type is set to 'SVG Fill', as seen in the picture below. It is impossible to scale the window to fit when the categorization type is set to 'single symbol' or 'categorized'. However, it is possible to scale the window when it overflows if the categorization type is set to 'rule-based'.
Related issues
Associated revisions
History
#1 Updated by Harrissou Santanna over 6 years ago
I think this issue should be fixed by https://github.com/qgis/QGIS/pulls/5976 (switching from a widget to a real resizable dialog); i just need time, some learning and a working build environment to finish it.
#2 Updated by Harrissou Santanna over 6 years ago
The fix has been merged in master. Could be nice if you can give it a try and confirm it works so that it gets backported to 3.0. Thanks
#3 Updated by Bien Carlos Manazares over 6 years ago
Harrissou Santanna wrote:
The fix has been merged in master. Could be nice if you can give it a try and confirm it works so that it gets backported to 3.0. Thanks
How do I do that?
#4 Updated by Harrissou Santanna about 6 years ago
- Status changed from Open to Feedback
Sorry to not have replied to you earlier.
Is this issue still available in 3.2?
#5 Updated by Bien Carlos Manazares about 6 years ago
Harrissou Santanna wrote:
Sorry to not have replied to you earlier.
Is this issue still available in 3.2?
Hello. The issue is still present in 3.2. In fact it seems to have worsened, as resizing the window now results in it disappearing completely and locking me out of the program, forcing me to force-quit it via task manager.
#6 Updated by Giovanni Manghi about 6 years ago
- Status changed from Feedback to Open
- Category changed from Editing to GUI
- Affected QGIS version changed from 3.0.2 to 3.2
#7 Updated by Ryan Dalton about 6 years ago
This is still a real issue for users of small screens. I'm running into this problem using QGIS 3.2.3 on Windows 10, 14-inch laptop with a max resolution of 1366x768. This is definitely a regression from 2.8. The workaround of using rule-based was successful.
#8 Updated by Hanif Rifai about 6 years ago
Adding QScrollArea as main container or stackedWidget container in qgssymbolselectordialogbase.ui will fix the problem.
I've tested on my custom build.
#9 Updated by Giovanni Manghi about 6 years ago
Hanif Rifai wrote:
Adding QScrollArea as main container or stackedWidget container in qgssymbolselectordialogbase.ui will fix the problem.
I've tested on my custom build.
can you propose a pull request?
#10 Updated by Alessandro Sarretta about 6 years ago
- File windowSize_ok.gif added
- File windowSize_ko.gif added
I confirm the issue, just tested in QGIS 3.5.0-Master.
I'm not sure this can help but, while the issue happens with the "Symbol selector" window, it doesn't in the "Edit rule" window, accessed through the menu Properties (see the two short animated gifs attached).
Ale
#11 Updated by Hanif Rifai about 6 years ago
Giovanni Manghi wrote:
can you propose a pull request?
I need to test it on macos and linux first
Pull request submitted https://github.com/qgis/QGIS/pull/8391
#12 Updated by Anonymous about 6 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset qgis|cd28b459845868570d720e23da941825f850d003.
#13 Updated by Ryan Dalton almost 6 years ago
Confirmed was resolved in 3.5.13 on a on Windows 10, 14-inch laptop with a max resolution of 1366x768. Great work!
#14 Updated by Jürgen Fischer almost 6 years ago
- Duplicated by Bug report #20481: Symbol SVG window added