[Summary] Fixing the range of allowed MMC device IDs

This commit is contained in:
VKamyshniy 2014-11-24 02:10:54 +02:00
parent 11167a6ae9
commit 04ed45bb19

View file

@ -898,7 +898,7 @@
<SpinButton id="inbound_mmc_device_spinbutton"
width="50"
min="0"
max="128"
max="127"
step="1"
page="10"/>
</HBox>
@ -909,7 +909,7 @@
<SpinButton id="outbound_mmc_device_spinbutton"
width="50"
min="0"
max="128"
max="127"
step="1"
page="10"/>
</HBox>