Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Nov 2, 2017
1 parent 71675a3 commit ed2643f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions liteidex/src/liteapp/editormanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ bool EditorManager::initWithApp(IApplication *app)
m_editorTabWidget->tabBar()->setEnableWheel(m_liteApp->settings()->value(LITEAPP_EDITTABSENABLEWHELL,true).toBool());

//m_editorTabWidget->tabBar()->setIconSize(LiteApi::getToolBarIconSize());
#ifdef Q_OS_MAC
#if QT_VERSION >= 0x050900
m_editorTabWidget->tabBar()->setStyleSheet("QTabBar::close-button:hover,QTabBar::close-button:selected {margin:0px; image: url(:/images/closetool.png); subcontrol-position: left;}");
#endif
#endif

QVBoxLayout *mainLayout = new QVBoxLayout;
Expand Down

0 comments on commit ed2643f

Please sign in to comment.