summaryrefslogtreecommitdiff
path: root/mate-panel/main.c
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2017-12-20 14:03:18 -0500
committerlukefromdc <[email protected]>2018-01-25 20:20:58 -0500
commit7f99492c269f541c81e4f36742ecc3f0b4ebac04 (patch)
treee528643e8afb5fab8517c0116700b24ee0e87c26 /mate-panel/main.c
parente8f52ab153125b06d0de4847274d29dc0ac951a6 (diff)
downloadmate-panel-7f99492c269f541c81e4f36742ecc3f0b4ebac04.tar.bz2
mate-panel-7f99492c269f541c81e4f36742ecc3f0b4ebac04.tar.xz
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 <[email protected]> Date: Wed Dec 20 14:03:18 2017 -0500
Diffstat (limited to 'mate-panel/main.c')
-rw-r--r--mate-panel/main.c3
1 files changed, 0 insertions, 3 deletions
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);