mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
Merge branch 'small-scale' into 'main'
monitor: Don't forbid scales < 1 Closes #6928 See merge request GNOME/gtk!7623
This commit is contained in:
commit
3fe3800b7c
@ -649,7 +649,7 @@ void
|
||||
gdk_monitor_set_scale (GdkMonitor *monitor,
|
||||
double scale)
|
||||
{
|
||||
g_return_if_fail (scale >= 1.);
|
||||
g_return_if_fail (scale > 0.);
|
||||
|
||||
monitor->scale_set = TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user