LimeSDR input: set FIFO progress bar stylesheet properly

This commit is contained in:
f4exb 2017-04-20 00:37:46 +02:00
parent b8174714ff
commit 0c285315d9
1 changed files with 5 additions and 2 deletions

View File

@ -725,9 +725,12 @@
<pointsize>8</pointsize> <pointsize>8</pointsize>
</font> </font>
</property> </property>
<property name="toolTip">
<string>FIFO status</string>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">border: 2px solid rgb(79, 79, 79); <string notr="true">QProgressBar{border: 2px solid rgb(79, 79, 79); text-align: center;}
text-align: center;</string> QToolTip{background-color: white; color: black;}</string>
</property> </property>
<property name="value"> <property name="value">
<number>0</number> <number>0</number>