mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] debug
This commit is contained in:
@ -3,11 +3,6 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#systemPanel {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#centralWidget {
|
||||
background: #313437;
|
||||
}
|
||||
@ -172,7 +167,7 @@ QPushButton#toolButtonDownload::menu-indicator {
|
||||
}
|
||||
|
||||
QTabBar::tab {
|
||||
padding-left: 7px;
|
||||
/*padding-left: 7px;*/
|
||||
/*padding-right: 2px;*/
|
||||
}
|
||||
|
||||
|
||||
@ -749,6 +749,7 @@ void CAscTabWidget::activate(bool a)
|
||||
|
||||
updateTabIcon(currentIndex());
|
||||
|
||||
((CTabBar*)tabBar())->activate(a);
|
||||
((CTabBar*)tabBar())->customColors().setCurrentColorGroup(
|
||||
a ? QPalette::Normal : QPalette::Disabled );
|
||||
tabBar()->repaint();
|
||||
|
||||
Reference in New Issue
Block a user