Skip to content

Fix GTK+ 3 on HiDPI displays with scaling #798

Merged
merged 2 commits into from
Jun 1, 2018

Commits on May 31, 2018

  1. gtk3: Adjust X sizes by scale factor

    Add patch from [1].
    
    > X uses unscaled sizes, so they must be scaled properly. Otherwise
    > GtkSockets end up twice as big as they should be.
    >
    > Closes: https://bugzilla.gnome.org/show_bug.cgi?id=765327
    
    With Xfce 4.13 on a 4K HiDPI monitor some elements in the applet are
    only a quarter of the size, when 2x scaling everything. This fixes it.
    
    [1] https://gitlab.gnome.org/GNOME/gtk/merge_requests/164
    pmenzel committed May 31, 2018
    Configuration menu
    Copy the full SHA
    e1f50b8 View commit details
    Browse the repository at this point in the history
  2. gtk3: Increment revision to 1

    pmenzel committed May 31, 2018
    Configuration menu
    Copy the full SHA
    3c78361 View commit details
    Browse the repository at this point in the history