Compare commits

..

No commits in common. "123400881364897a40c2852e09c69c5408812c9c" and "e379b4a7e248914cf4e42a796e937dcc3196d968" have entirely different histories.

2 changed files with 9 additions and 10 deletions

View File

@ -7,19 +7,19 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>355</height>
<height>300</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>355</height>
<height>300</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>355</height>
<height>300</height>
</size>
</property>
<property name="windowTitle">
@ -30,8 +30,8 @@
<rect>
<x>10</x>
<y>10</y>
<width>381</width>
<height>301</height>
<width>380</width>
<height>250</height>
</rect>
</property>
<property name="font">
@ -43,8 +43,8 @@
<widget class="QPushButton" name="res_ok_but">
<property name="geometry">
<rect>
<x>318</x>
<y>323</y>
<x>320</x>
<y>270</y>
<width>75</width>
<height>24</height>
</rect>
@ -61,8 +61,8 @@
<widget class="QPushButton" name="res_save_but">
<property name="geometry">
<rect>
<x>238</x>
<y>323</y>
<x>240</x>
<y>270</y>
<width>75</width>
<height>24</height>
</rect>

View File

@ -121,7 +121,6 @@ class PlatformEdit(QWidget):
self.share_deal_fee = 5.00
self.share_deal_reduce_trades = 10
self.share_deal_reduce_amount = 3.50
self.check_boxes_ticked = [True, True, True, True, True]
else:
self.plat_name = self.plat_name_box.text()
self.fund_plat_fee = self.create_plat_fee_struct()