[mutter] clutter/stage-view: Allow scales down to 0.5
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] clutter/stage-view: Allow scales down to 0.5
- Date: Fri, 14 Jul 2017 13:01:52 +0000 (UTC)
commit dfc4d0d52332b6a9b916fe45a4a3762d22e73e5f
Author: Jonas Ådahl <jadahl gmail com>
Date: Wed Jun 7 17:35:23 2017 +0800
clutter/stage-view: Allow scales down to 0.5
There is support for scaling logical monitors down to 0.5, so don't let
ClutterStageView stand in the way for that.
https://bugzilla.gnome.org/show_bug.cgi?id=765011
clutter/clutter/clutter-stage-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter/clutter-stage-view.c b/clutter/clutter/clutter-stage-view.c
index 7efb9e2..0003712 100644
--- a/clutter/clutter/clutter-stage-view.c
+++ b/clutter/clutter/clutter-stage-view.c
@@ -362,7 +362,7 @@ clutter_stage_view_class_init (ClutterStageViewClass *klass)
g_param_spec_float ("scale",
"View scale",
"The view scale",
- 1.0, G_MAXFLOAT, 1.0,
+ 0.5, G_MAXFLOAT, 1.0,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT |
G_PARAM_STATIC_STRINGS);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]