Merge pull request #2153 from Diapolo/overviewpage

Bitcoin-Qt: fix small stylesheet glitch in overviewpage.ui
This commit is contained in:
Wladimir J. van der Laan 2013-01-06 07:26:43 -08:00
commit 429915bd0d
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000
</string>
<string notr="true">background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;</string>
</property>
<property name="wordWrap">
<bool>true</bool>