mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Merged heads.
This commit is contained in:
commit
404743a27f
@ -33,7 +33,8 @@ class ExtraFairwareReminder(QDialog):
|
|||||||
|
|
||||||
def _setupUi(self):
|
def _setupUi(self):
|
||||||
self.setWindowTitle(tr("Sorry, I must insist"))
|
self.setWindowTitle(tr("Sorry, I must insist"))
|
||||||
self.resize(380, 350)
|
dlg_height = 410 if sys.platform == 'linux2' else 330
|
||||||
|
self.resize(380, dlg_height)
|
||||||
self.verticalLayout = QVBoxLayout(self)
|
self.verticalLayout = QVBoxLayout(self)
|
||||||
self.descLabel = QLabel(self)
|
self.descLabel = QLabel(self)
|
||||||
self.descLabel.setText(trmsg("ExtraFairwarePromptMsg"))
|
self.descLabel.setText(trmsg("ExtraFairwarePromptMsg"))
|
||||||
@ -87,4 +88,4 @@ if __name__ == '__main__':
|
|||||||
app = app
|
app = app
|
||||||
dialog = ExtraFairwareReminder(None, FakeReg())
|
dialog = ExtraFairwareReminder(None, FakeReg())
|
||||||
dialog.show()
|
dialog.show()
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user