Update main.cc

This commit is contained in:
Benitoite
2017-08-02 12:21:28 -07:00
committed by GitHub
parent 02cf9e3b12
commit 7e05ea8827

View File

@@ -255,9 +255,6 @@ RTWindow *create_rt_window()
Gtk::Settings::get_for_screen(screen)->property_gtk_application_prefer_dark_theme() = true;
#if defined(__APPLE__)
double resolution = screen->get_resolution ();
printf("Screen resolution is %.1f", (float)resolution);
// This will force screen resolution regarding font, but I don't think it's compliant with Gtk guidelines...
// Do not confuse with screen scaling, where everything is scaled up !
screen->set_resolution (96.);