Skip to content

Commit 66b99a7

Browse files
authored
Merge pull request #471 from corecoding/develop
Develop
2 parents e5d6bc9 + c64ace9 commit 66b99a7

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

extension.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ var VitalsMenuButton = GObject.registerClass({
6767
x_align: Clutter.ActorAlign.START,
6868
y_align: Clutter.ActorAlign.CENTER,
6969
reactive: true,
70-
x_expand: true,
71-
pack_start: false
70+
x_expand: true
7271
});
7372

7473
this._drawMenu();
@@ -128,8 +127,7 @@ var VitalsMenuButton = GObject.registerClass({
128127
x_align: Clutter.ActorAlign.CENTER,
129128
y_align: Clutter.ActorAlign.CENTER,
130129
reactive: true,
131-
x_expand: true,
132-
pack_start: false
130+
x_expand: true
133131
});
134132

135133
// custom round refresh button
Lines changed: 2 additions & 1 deletion
Loading

icons/gnome/network-symbolic.svg

Lines changed: 2 additions & 1 deletion
Loading
Lines changed: 2 additions & 1 deletion
Loading

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"name": "Vitals",
55
"settings-schema": "org.gnome.shell.extensions.vitals",
66
"shell-version": [
7-
"45", "46", "47"
7+
"45", "46", "47", "48"
88
],
99
"url": "https://github.com/corecoding/Vitals",
1010
"uuid": "Vitals@CoreCoding.com",
11-
"version": 70,
11+
"version": 71,
1212
"donations": {
1313
"paypal": "corecoding"
1414
}

0 commit comments

Comments
 (0)