White background should not be forced

closes #823
This commit is contained in:
Laurent Bachelier 2012-10-18 23:46:06 +02:00
commit 7281453e0c
2 changed files with 0 additions and 8 deletions

View file

@ -143,11 +143,6 @@
<height>230</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QWidget#scrollAreaContent {
background-color: rgb(255, 255, 255);
}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2"/>
</widget>
</widget>

View file

@ -45,9 +45,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>