mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-22 21:52:46 +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);
|
FancyTabBar *tabBar = new FancyTabBar(this);
|
||||||
tabBar->setExpanding(0);
|
|
||||||
|
|
||||||
setTabBar(tabBar);
|
setTabBar(tabBar);
|
||||||
setTabPosition(QTabWidget::West);
|
setTabPosition(QTabWidget::West);
|
||||||
setMovable(true);
|
setMovable(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user