Skip to content

Commit 76097a8

Browse files
authored
remove hardcoded set size to 60
1 parent e5b5a82 commit 76097a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/DevTools.cpp

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

335335
#ifdef GEODE_IS_MOBILE
336336
ImGui::GetIO().FontGlobalScale = 2.f;
337-
ImGui::GetStyle().ScrollbarSize = 60.f;
338337
// ImGui::GetStyle().TabBarBorderSize = 60.f;
339338
#endif
340339
}

0 commit comments

Comments
 (0)