File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def __init__(self, parent=None):
112112 self.CreditLayout.addWidget(self.OkButton, 7, 2, Qt.AlignLeft)
113113 for col in range(self.CreditLayout.columnCount()):
114114 self.CreditLayout.setColumnMinimumWidth(col, 10)
115- self.setMinimumWidth(630 )
115+ self.setMinimumWidth(660 )
116116 self.setMaximumWidth(700)
117117 self.CreditLayout.setAlignment(Qt.AlignCenter)
118118 self.setLayout(self.CreditLayout)
@@ -3668,7 +3668,7 @@ def setupUi(self, FullTools2):
36683668 SortedNumbar[0] = '0'
36693669 self.SortChangeButton.pressed.connect(self.ItemSorting) #1
36703670 self.AboutButton = QPushButton(FullTools2)
3671- self.AboutButton.setGeometry(QRect(1020 , 8, 125 , 20))
3671+ self.AboutButton.setGeometry(QRect(1000 , 8, 140 , 20))
36723672 self.AboutButton.setStyleSheet('QPushButton{background: #2d2d2d;color: #ededed;}')
36733673 self.AboutButton.setText('ライセンスについて')
36743674 self.AboutButton.clicked.connect(Credit().ShowResult)
You can’t perform that action at this time.
0 commit comments