Optimize welcome mode startup a bit

The scaled pixmap has been reduced in size to speed up the
plugin loading and refresh times. Stylesheet has been
slightly optimized as well.
This commit is contained in:
Jens Bache-Wiig
2010-05-11 15:16:00 +02:00
parent 7767786cc8
commit 04c786326e
2 changed files with 1 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -76,12 +76,7 @@ QToolButton:pressed, QPushButton:pressed{
<item>
<widget class="QWidget" name="gradientWidget" native="true">
<property name="styleSheet">
<string notr="true">/*
#gradientWidget {
background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:1.0, y2:1, stop:0 rgba(240, 240, 240, 255), stop:1 rgba(200, 200, 200, 255));
}
*/
#gradientWidget {
<string notr="true">#gradientWidget {
border-image: url(:/welcome/images/welcomebg.png) 0;
}
</string>