diff options
author | Florrie <towerofnix@gmail.com> | 2018-08-04 21:47:05 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-08-04 21:47:05 -0300 |
commit | a956d9237f7f4bbe0fee58d84ff11f95c2f29608 (patch) | |
tree | 58143dc7e2892843b141087fffbb43fdfe25cb60 | |
parent | 2fe1efa07fdcd36e8cc385b9fc53d5472b6dde55 (diff) |
Fix playback info not being formated correctly
-rw-r--r-- | ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js index 3c06705..8a93fd7 100644 --- a/ui.js +++ b/ui.js @@ -317,7 +317,7 @@ class AppElement extends FocusElement { this.tabber.fillParent() this.tabber.fixLayout() this.queueListingElement.fixLayout() - this.playbackInfoElement.fixLayout() + this.playbackInfoElement.fillParent() } keyPressed(keyBuf) { |