Skip to content

Commit 4581829

Browse files
authored
Fix
1 parent 76097a8 commit 4581829

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DevTools.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ void DevTools::setup() {
334334

335335
#ifdef GEODE_IS_MOBILE
336336
ImGui::GetIO().FontGlobalScale = 2.f;
337+
ImGui::GetStyle().ScrollbarSize = m_settings.scrollbarSize;
337338
// ImGui::GetStyle().TabBarBorderSize = 60.f;
338339
#endif
339340
}

0 commit comments

Comments
 (0)