We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff97ef commit 3629936Copy full SHA for 3629936
src/gui/guiFormSpecMenu.cpp
@@ -5050,7 +5050,7 @@ double GUIFormSpecMenu::calculateImgsize(const parserData &data)
5050
{
5051
// must stay in sync with ClientDynamicInfo::calculateMaxFSSize
5052
5053
- const double screen_dpi = RenderingEngine::getDisplayDensity() * 96;
+ const double screen_dpi = RenderingEngine::getDisplayDensity() * 96;
5054
const double gui_scaling = g_settings->getFloat("gui_scaling", 0.5f, 42.0f);
5055
5056
// Fixed-size mode
0 commit comments