Add menu icon size preference #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
There is no user-facing setting for context menu icon size. Menu icons currently render at whatever Qt/stylesheet default applies, which can be too small for comfortable use.
Toolbar icon size is already configurable via Edit > Preferences > General, but menu icons have no equivalent control.
Implementation
General/MenuIconSizeqApp->setStyleSheet()or by settingQMenu { icon-size: Npx; }dynamicallySupersedes #34 (closed).
Component:
src/Gui/PreferencePages/,src/Gui/StartupProcess.cpp