This commit is contained in:
arcan1s
2013-05-12 04:30:09 +04:00
parent 33d42ed0a5
commit 3515f5c759
4 changed files with 7 additions and 8 deletions

View File

@ -701,8 +701,7 @@ class ConfigWindow(QWidget):
order.append(self.ui.slider_temp.value())
if (self.ui.checkBox_uptime.checkState() == 2):
order.append(self.ui.slider_uptime.value())
print order
for value in range(len(order)+1)[1:]:
if (order.count(value) == 0):
print value
return int(value)