mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-24 10:50:29 -05:00
LimeSDR input: set FIFO progress bar stylesheet properly
This commit is contained in:
parent
b8174714ff
commit
0c285315d9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user