update for 3.30.2

This commit is contained in:
JerryXiao 2018-12-20 21:11:28 +08:00
vecāks 8084a23231
revīzija 71d8ff192f
Parakstījis: Jerry
GPG atslēgas ID: 9D9CE43650FF2BAA
1 mainīti faili ar 2 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -20,8 +20,8 @@ function _show() {
label_1 = new St.Label({ style_class: 'label-1', text: text1 });
label_2 = new St.Label({ style_class: 'label-2', text: text2 });
let monitor = Main.layoutManager.primaryMonitor;
var h = Math.floor(monitor.height / 20 * 19 - label_2.height);
var w = Math.floor (monitor.width / 15 * 14 - label_2.width);
var h = Math.floor(monitor.height / 18 * 17 - label_2.height);
var w = Math.floor(monitor.width / 10 * 9 - label_2.width);
global.stage.add_actor(label_2);
label_2.set_position(w, h);
global.stage.add_actor(label_1);