mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
fix styles
This commit is contained in:
parent
0784fd43f3
commit
30a9d0ecc7
@ -298,6 +298,8 @@ void Theme::translateScaledSize(qreal p_factor, QString &p_style)
|
||||
const int signCapturedIdx = 2;
|
||||
const int numCapturedIdx = 3;
|
||||
|
||||
qDebug() << "translateScaledSize of Qt style sheet" << p_factor;
|
||||
|
||||
int pos = 0;
|
||||
QRegularExpressionMatch match;
|
||||
while (pos < p_style.size()) {
|
||||
|
@ -546,7 +546,7 @@ QTabBar::close-button:hover {
|
||||
}
|
||||
|
||||
QTabBar::scroller {
|
||||
width: 20px;
|
||||
width: $20px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton {
|
||||
|
@ -546,7 +546,7 @@ QTabBar::close-button:hover {
|
||||
}
|
||||
|
||||
QTabBar::scroller {
|
||||
width: 20px;
|
||||
width: $20px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton {
|
||||
|
@ -66,7 +66,7 @@ void ViewSplit::setupUI()
|
||||
{
|
||||
// Property of QTabWidget.
|
||||
setUsesScrollButtons(true);
|
||||
setElideMode(Qt::ElideRight);
|
||||
setElideMode(Qt::ElideNone);
|
||||
setTabsClosable(true);
|
||||
setMovable(true);
|
||||
setDocumentMode(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user