Skip to content
Snippets Groups Projects
Commit 17d265bf authored by Oliver Bock's avatar Oliver Bock
Browse files

We need autoFillBackground

* For change of backgroundRole to take effect
* Works without on KDE 4 though
parent f1b2a390
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
<iconset resource="pulsatingscience.qrc" > <iconset resource="pulsatingscience.qrc" >
<normaloff>:/icons/resources/aei-icon48.png</normaloff>:/icons/resources/aei-icon48.png</iconset> <normaloff>:/icons/resources/aei-icon48.png</normaloff>:/icons/resources/aei-icon48.png</iconset>
</property> </property>
<property name="autoFillBackground" >
<bool>true</bool>
</property>
<widget class="QWidget" name="centralwidget" > <widget class="QWidget" name="centralwidget" >
<layout class="QGridLayout" name="gridLayout" > <layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
...@@ -471,7 +474,7 @@ ...@@ -471,7 +474,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>693</width> <width>693</width>
<height>24</height> <height>31</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuView" > <widget class="QMenu" name="menuView" >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment