Skip to content

Commit d5e926f

Browse files
authored
hopefully the last thing
1 parent 4581829 commit d5e926f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DevTools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ void DevTools::setup() {
334334

335335
#ifdef GEODE_IS_MOBILE
336336
ImGui::GetIO().FontGlobalScale = 2.f;
337-
ImGui::GetStyle().ScrollbarSize = m_settings.scrollbarSize;
338337
// ImGui::GetStyle().TabBarBorderSize = 60.f;
339338
#endif
339+
ImGui::GetStyle().ScrollbarSize = m_settings.scrollbarSize;
340340
}
341341

342342
void DevTools::destroy() {

0 commit comments

Comments
 (0)