[konsole] [Bug 446773] Extra borders in qtabbar after upgrade
Oleksandr Natalenko
bugzilla_noreply at kde.org
Fri Dec 10 09:01:12 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=446773
--- Comment #3 from Oleksandr Natalenko <oleksandr at natalenko.name> ---
Had to add the following to CSS to restore old look:
```
QTabWidget::pane {
border: 0px;
}
QTabWidget::tab-bar {
border: 0px;
}
```
Is this intentional?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list