gnome 50, version 15
This commit is contained in:
parent
65fe6bc618
commit
efe6c91f4f
2 changed files with 4 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ export default class ActivateGnomeExtension extends Extension {
|
|||
let label_2 = new St.Label({style_class: 'label-2', text: text2, opacity})
|
||||
label_1.set_style(`font-size: ${size1}px`)
|
||||
label_2.set_style(`font-size: ${size2}px`)
|
||||
let params = {"trackFullscreen": false, "affectsStruts": false, "affectsInputRegion": true}
|
||||
let params = {"trackFullscreen": false, "affectsStruts": false}
|
||||
Main.layoutManager.addTopChrome(label_2, params)
|
||||
Main.layoutManager.addTopChrome(label_1, params)
|
||||
this.labels.push(label_1)
|
||||
|
|
|
|||
|
|
@ -8,8 +8,9 @@
|
|||
"46",
|
||||
"47",
|
||||
"48",
|
||||
"49"
|
||||
"49",
|
||||
"50"
|
||||
],
|
||||
"version": 14,
|
||||
"version": 15,
|
||||
"url": "https://github.com/isjerryxiao/gnome-shell-extension-activate-gnome"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue