From 7f99492c269f541c81e4f36742ecc3f0b4ebac04 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 20 Dec 2017 14:03:18 -0500 Subject: Support panel auto-scaling for HiDPI displays *Fix scaling of panel widgets, buttons, and the menu bar *Draw grab handles at the ends of the panel *Fix size of _almost_ all included applets *Fix panel snapping coordinates *Down-scale monitor coordinates to support multi-monitors Author: Victor Kareh Date: Wed Dec 20 14:03:18 2017 -0500 --- mate-panel/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mate-panel/main.c') diff --git a/mate-panel/main.c b/mate-panel/main.c index 06fdc2f4..4289c158 100644 --- a/mate-panel/main.c +++ b/mate-panel/main.c @@ -85,9 +85,6 @@ main (int argc, char **argv) gtk_init (&argc, &argv); - /* FIXME: High dpi scaling does not work... */ - gdk_x11_display_set_window_scale (gdk_display_get_default (), 1); - error = NULL; if (!g_option_context_parse (context, &argc, &argv, &error)) { g_printerr ("%s\n", error->message); -- cgit v1.2.1