Skip to content

Commit

Permalink
fix vertical align
Browse files Browse the repository at this point in the history
  • Loading branch information
biji committed May 28, 2020
1 parent 314d19b commit 4f1b2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const Clutter = imports.gi.Clutter;
const St = imports.gi.St;
const Main = imports.ui.main;
// const Tweener = imports.ui.tweener;
Expand Down Expand Up @@ -47,6 +48,7 @@ function init() {

ioSpeed = new St.Label({
text: '---',
y_align: Clutter.ActorAlign.CENTER,
style_class: 'simplenetspeed-label'
});

Expand Down

0 comments on commit 4f1b2f1

Please sign in to comment.