Reduce UI width of load % input box
This commit is contained in:
parent
dd7f4a6fd0
commit
27e853e6e8
@ -28,7 +28,6 @@ PortWidget::PortWidget(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setupUi(this);
|
||||
averageLoadPercent->setMaximum(DBL_MAX);
|
||||
}
|
||||
|
||||
void PortWidget::setPortGroupList(PortGroupList *portGroups)
|
||||
|
@ -121,12 +121,18 @@
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="buttonSymbols">
|
||||
<enum>QAbstractSpinBox::NoButtons</enum>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string>%</string>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>4</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>999.999900000000025</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user