Skip to content

Commit 3629936

Browse files
committed
Fix new founding.
1 parent cff97ef commit 3629936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/guiFormSpecMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5050,7 +5050,7 @@ double GUIFormSpecMenu::calculateImgsize(const parserData &data)
50505050
{
50515051
// must stay in sync with ClientDynamicInfo::calculateMaxFSSize
50525052

5053-
const double screen_dpi = RenderingEngine::getDisplayDensity() * 96;
5053+
const double screen_dpi = RenderingEngine::getDisplayDensity() * 96;
50545054
const double gui_scaling = g_settings->getFloat("gui_scaling", 0.5f, 42.0f);
50555055

50565056
// Fixed-size mode

0 commit comments

Comments
 (0)