diff --git a/Applications/Browser/Tab.cpp b/Applications/Browser/Tab.cpp index 3eb9824639..c0653feccc 100644 --- a/Applications/Browser/Tab.cpp +++ b/Applications/Browser/Tab.cpp @@ -238,6 +238,7 @@ Tab::Tab() auto& editor = window->set_main_widget(); editor.set_text(source); editor.set_readonly(true); + editor.set_ruler_visible(true); window->set_rect(150, 150, 640, 480); window->set_title(url); window->show();