Skip to content

Commit

Permalink
Fix new founding.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfence committed Sep 7, 2024
1 parent cff97ef commit 3629936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/guiFormSpecMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5050,7 +5050,7 @@ double GUIFormSpecMenu::calculateImgsize(const parserData &data)
{
// must stay in sync with ClientDynamicInfo::calculateMaxFSSize

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

// Fixed-size mode
Expand Down

0 comments on commit 3629936

Please sign in to comment.