CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
180 stars 64 forks source link

Help menu font size is not adaptable #198

Closed sbakas closed 5 years ago

sbakas commented 5 years ago

v.1.6.0: The help menu font size cannot be reduced by any known shortcuts [(CTRL and +) or (CTRL and mouse wheel)], and there is no option similar to various text viewers in the bottom right corner to adjust the zoom level. Current font size is extremely large (viewing this in a 4K monitor). Tried to change the font zoom level from the OS level (in windows) and did not change anything.

sarthakpati commented 5 years ago

This actually goes towards making the help menu more intuitive for users. Tagging @ashishsingh18

I am not sure if we will be able to fix this for 1.6.1 but we should target for the ITCR release.

sarthakpati commented 5 years ago

Do this make sense [ref]?

auto defaultSettings = QWebEngineSettings::globalSettings();
defaultSettings->setFontSize(QWebEngineSettings::MinimumFontSize,16);
ashishsingh18 commented 5 years ago

Done.