Disable HiDpi scaling for now

This commit is contained in:
Olaf Leidinger 2017-11-22 01:38:10 +01:00
parent d3f90010fe
commit 4bf431014b

View File

@ -410,7 +410,7 @@ const TeaTime = new Lang.Class({
// forward (possible) scaling style change to child // forward (possible) scaling style change to child
let scaling = Utils.getGlobalDisplayScaleFactor(); let scaling = Utils.getGlobalDisplayScaleFactor();
this._logo.setScaling(scaling); this._logo.setScaling(1);
this._graphicalTimer.setScaling(scaling); this._graphicalTimer.setScaling(scaling);
}, },
_containerGetPreferredWidth: function (container, for_height, alloc) { _containerGetPreferredWidth: function (container, for_height, alloc) {