mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Disable HiDpi scaling for now
This commit is contained in:
parent
d3f90010fe
commit
4bf431014b
@ -410,7 +410,7 @@ const TeaTime = new Lang.Class({
|
||||
|
||||
// forward (possible) scaling style change to child
|
||||
let scaling = Utils.getGlobalDisplayScaleFactor();
|
||||
this._logo.setScaling(scaling);
|
||||
this._logo.setScaling(1);
|
||||
this._graphicalTimer.setScaling(scaling);
|
||||
},
|
||||
_containerGetPreferredWidth: function (container, for_height, alloc) {
|
||||
|
Loading…
Reference in New Issue
Block a user