mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -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 {
|
QTabBar {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
icon-size: 24px;
|
icon-size: 24px;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tear {
|
QTabBar::tear {
|
||||||
|
@ -16,6 +16,7 @@ TabBar::TabBar(QWidget *parent) :
|
|||||||
QTabBar(parent),
|
QTabBar(parent),
|
||||||
m_settingsIndex(-1)
|
m_settingsIndex(-1)
|
||||||
{
|
{
|
||||||
|
QTabBar::setDrawBase(false);
|
||||||
setTabsClosable(true);
|
setTabsClosable(true);
|
||||||
setElideMode(Qt::ElideRight);
|
setElideMode(Qt::ElideRight);
|
||||||
setDocumentMode(true);
|
setDocumentMode(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user