Skip to content

Commit bfe9c24

Browse files
authored
remove the hardcoded 60 point setter
1 parent a7ad9a3 commit bfe9c24

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
@@ -341,7 +341,6 @@ void DevTools::setup() {
341341

342342
#ifdef GEODE_IS_MOBILE
343343
ImGui::GetIO().FontGlobalScale = 2.f;
344-
ImGui::GetStyle().ScrollbarSize = 60.f;
345344
// ImGui::GetStyle().TabBarBorderSize = 60.f;
346345
#endif
347346
}

0 commit comments

Comments
 (0)