Background set to use System Palette

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3151 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-06-19 18:23:16 +00:00
parent 764fe5b75e
commit e6c32bc057

View File

@@ -950,7 +950,7 @@ void QETApp::useSystemPalette(bool use) {
// reapplique les feuilles de style // reapplique les feuilles de style
setStyleSheet( setStyleSheet(
"QAbstractScrollArea#mdiarea {" "QAbstractScrollArea#mdiarea {"
" background-color:#D5D2D1;" " background-color -> setPalette(initial_palette_);"
" background-image: url(':/ico/mdiarea_bg.png');" " background-image: url(':/ico/mdiarea_bg.png');"
" background-repeat: no-repeat;" " background-repeat: no-repeat;"
" background-position: center middle;" " background-position: center middle;"