« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui.js b/ui.js
index 8a93fd7..b6d525c 100644
--- a/ui.js
+++ b/ui.js
@@ -316,7 +316,7 @@ class AppElement extends FocusElement {
 
     this.tabber.fillParent()
     this.tabber.fixLayout()
-    this.queueListingElement.fixLayout()
+    this.queueListingElement.fillParent()
     this.playbackInfoElement.fillParent()
   }
 
@@ -695,10 +695,6 @@ class GrouplikeListingElement extends FocusElement {
   }
 
   fixLayout() {
-    if (this.parent) {
-      this.fillParent()
-    }
-
     this.commentLabel.w = this.contentW
 
     this.form.w = this.contentW