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>
</font>
</property>
<property name="toolTip">
<string>FIFO status</string>
</property>
<property name="styleSheet">
<string notr="true">border: 2px solid rgb(79, 79, 79);
text-align: center;</string>
<string notr="true">QProgressBar{border: 2px solid rgb(79, 79, 79); text-align: center;}
QToolTip{background-color: white; color: black;}</string>
</property>
<property name="value">
<number>0</number>