Improve size of reminder dialog
This commit is contained in:
parent
770fd0e9ee
commit
c0a9c5be2b
1 changed files with 1 additions and 0 deletions
|
|
@ -1230,6 +1230,7 @@ class MainWindow(QMainWindow):
|
||||||
dlg = QDialog(self)
|
dlg = QDialog(self)
|
||||||
dlg.setWindowTitle(strings._("reminder"))
|
dlg.setWindowTitle(strings._("reminder"))
|
||||||
dlg.setModal(True)
|
dlg.setModal(True)
|
||||||
|
dlg.setMinimumWidth(400)
|
||||||
|
|
||||||
layout = QVBoxLayout(dlg)
|
layout = QVBoxLayout(dlg)
|
||||||
label = QLabel(text)
|
label = QLabel(text)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue