mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58:56 -04:00
clean border between tabbar and content (#392)
This commit is contained in:
parent
2efdfeb842
commit
99ac7ab090
@ -114,6 +114,7 @@ QMenu::indicator {
|
||||
QTabBar {
|
||||
font-size: 16px;
|
||||
icon-size: 24px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
QTabBar::tear {
|
||||
|
@ -16,6 +16,7 @@ TabBar::TabBar(QWidget *parent) :
|
||||
QTabBar(parent),
|
||||
m_settingsIndex(-1)
|
||||
{
|
||||
QTabBar::setDrawBase(false);
|
||||
setTabsClosable(true);
|
||||
setElideMode(Qt::ElideRight);
|
||||
setDocumentMode(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user