Merge pull request #2182 from RipleyTom/xwayland_scaling
x11: fix fractional scaling
This commit is contained in:
commit
18a8859fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ impl Common {
|
|||
),
|
||||
(
|
||||
"Gdk/WindowScalingFactor".into(),
|
||||
(new_scale.round() as i32).into(),
|
||||
(new_scale.floor() as i32).into(),
|
||||
),
|
||||
(
|
||||
"Gtk/CursorThemeSize".into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue