OSDN Git Service

Fixed missing border for tab widget in Projects mode
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Wed, 25 May 2011 14:34:59 +0000 (16:34 +0200)
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Mon, 30 May 2011 09:59:12 +0000 (11:59 +0200)
commit61fc11b9c0c78648a069f31c579e95630e06efab
tree5cb1009ad4beb4b06cc2dd5581cd5a5cfee3f99e
parent88dc2d71fb7093713cdc6130102d856ef369ee4e
Fixed missing border for tab widget in Projects mode

Usually for tab widgets we disabled the border of the first tab, since
the tabs are generally aligned to the single pixel black splitters that
we used in Creator (like in the case of dock widgets or application
output).

Since this particular tab widget is not aligned to such a splitter, it
should have its own border which can be achieved by disabling the
custom style on it.

Change-Id: I8c7af60847afb5cd73ecd8c39a834ed63298ec76
Reviewed-on: http://codereview.qt.nokia.com/122
Reviewed-by: Jens Bache-Wiig
src/plugins/cpptools/cppcodestylesettingspage.cpp