From 102d8e8e2b456523979e20a77a4f30d11b91688d Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 15 Aug 2018 14:57:24 -0300 Subject: Fix tabber altogether disappearing This basically reverts 2fe1efa0 (and I think one related commit). --- ui.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ui.js') 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 -- cgit 1.3.0-6-gf8a5