Bug report #16234
regression: QGIS does not respect icon size upon launch
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Nathan Woodrow | ||
Category: | GUI | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 24144 |
Description
QGIS master doesn't respect the user's selected icon size upon launch. Regression occurred following the merging of the QgsSettings PR.
Steps to reproduce- Launch QGIS, and open the Options window
- In the general panel, change the icon size to 16 (the toolbar icon size will shrink to 16)
- Quit QGIS and relaunch the app
- Notice the icon size are not set to 16 x 16, but instead are rendered using the default 24 x 24 size
- Open the Options window, and notice the icon size is 16 x 16 (yet, as stated above, the value isn't read/used)
History
#1 Updated by Mathieu Pellerin - nIRV over 7 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
Fixed along the way, closing.