Skip to content
Snippets Groups Projects
Commit 04c78632 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig
Browse files

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.
parent 7767786c
No related branches found
No related tags found
No related merge requests found
src/plugins/welcome/images/welcomebg.png

71.3 KiB | W: | H:

src/plugins/welcome/images/welcomebg.png

21.1 KiB | W: | H:

src/plugins/welcome/images/welcomebg.png
src/plugins/welcome/images/welcomebg.png
src/plugins/welcome/images/welcomebg.png
src/plugins/welcome/images/welcomebg.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment