« get me outta code hell

Fix playback info not being formated correctly - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-08-04 21:47:05 -0300
committerFlorrie <towerofnix@gmail.com>2018-08-04 21:47:05 -0300
commita956d9237f7f4bbe0fee58d84ff11f95c2f29608 (patch)
tree58143dc7e2892843b141087fffbb43fdfe25cb60
parent2fe1efa07fdcd36e8cc385b9fc53d5472b6dde55 (diff)
Fix playback info not being formated correctly
-rw-r--r--ui.js2
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) {