Fix speedlimitdlg position

This commit is contained in:
Chocobo1
2015-10-26 16:38:54 +08:00
parent de54fa2c30
commit a902eb6b2b
6 changed files with 17 additions and 20 deletions

View File

@@ -10,9 +10,6 @@
<height>83</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">Bandwidth allocation</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
@@ -25,9 +22,6 @@
</item>
<item>
<widget class="QSpinBox" name="spinBandwidth">
<property name="suffix">
<string/>
</property>
<property name="maximum">
<number>65535</number>
</property>
@@ -40,9 +34,6 @@
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>