mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-04 20:40:00 +01:00
Remove setExpanding
This commit is contained in:
parent
5221f13498
commit
b7b8084a38
@ -323,8 +323,6 @@ FancyTabWidget::FancyTabWidget(QWidget* parent) : QTabWidget(parent),
|
||||
{
|
||||
|
||||
FancyTabBar *tabBar = new FancyTabBar(this);
|
||||
tabBar->setExpanding(0);
|
||||
|
||||
setTabBar(tabBar);
|
||||
setTabPosition(QTabWidget::West);
|
||||
setMovable(true);
|
||||
|
Loading…
Reference in New Issue
Block a user