diff --git a/gui/platform_edit.ui b/gui/platform_edit.ui index f7c638f..414f901 100644 --- a/gui/platform_edit.ui +++ b/gui/platform_edit.ui @@ -10,7 +10,7 @@ 0 0 630 - 567 + 580 @@ -19,22 +19,16 @@ 567 - - - 630 - 567 - - Platform Editor - 10 + 13 20 - 611 - 241 + 616 + 242 @@ -54,10 +48,16 @@ 10 - 5 + 6 + + false + + + + true @@ -336,7 +336,7 @@ 482 - 534 + 545 141 24 @@ -354,7 +354,7 @@ 8 - 540 + 549 191 21 @@ -366,7 +366,7 @@ - 577 + 572 10 61 16 @@ -382,16 +382,28 @@ - 11 - 309 - 611 - 31 + 19 + 307 + 591 + 40 - + 0 + + 0 + + + 0 + + + 0 + + + 6 + @@ -467,7 +479,7 @@ 532 - 481 + 487 91 24 @@ -488,7 +500,7 @@ 440 - 481 + 487 91 24 @@ -505,8 +517,8 @@ - 6 - 479 + 10 + 486 421 21 @@ -520,11 +532,11 @@ on the value above £ there is no charge - + 10 - 284 + 285 151 16 diff --git a/src/platform_edit.py b/src/platform_edit.py index a3d14a6..97960f9 100644 --- a/src/platform_edit.py +++ b/src/platform_edit.py @@ -299,7 +299,7 @@ class PlatformEdit(QWidget): grid_height = int(round(28.5 * self.fund_fee_rows)) else: grid_height = int(round(28.5 * (self.fund_fee_rows + 1))) - self.gridLayoutWidget_2.setGeometry(QRect(11, 309, 611, grid_height)) + self.gridLayoutWidget_2.setGeometry(QRect(19, 307, 591, grid_height)) for i in range(len(widgets)): if loading: self.gridLayout_2.addWidget(widgets[i], x + 1, i, 1, 1) @@ -337,7 +337,7 @@ class PlatformEdit(QWidget): widget.hide() self.widgets_list_list.pop() self.fund_fee_rows -= 1 - self.gridLayoutWidget_2.setGeometry(11, 309, 611, int(round(28.5 * self.fund_fee_rows, 0))) + self.gridLayoutWidget_2.setGeometry(19, 307, 591, int(round(28.5 * self.fund_fee_rows, 0))) if self.fund_fee_rows < 2: self.del_row_but.setEnabled(False)