Improve width of bug report dialog
This commit is contained in:
parent
931d08d9d7
commit
90d871246b
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.3.3
|
||||||
|
|
||||||
|
* Remove screenshot tool
|
||||||
|
* Improve width of bug report dialog
|
||||||
|
|
||||||
# 0.3.2
|
# 0.3.2
|
||||||
|
|
||||||
* Add weekday letters on left axis of Statistics page
|
* Add weekday letters on left axis of Statistics page
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,8 @@ class BugReportDialog(QDialog):
|
||||||
button_box.rejected.connect(self.reject)
|
button_box.rejected.connect(self.reject)
|
||||||
layout.addWidget(button_box)
|
layout.addWidget(button_box)
|
||||||
|
|
||||||
|
self.setMinimumWidth(560)
|
||||||
|
|
||||||
self.text_edit.setFocus()
|
self.text_edit.setFocus()
|
||||||
|
|
||||||
# ------------Helpers ------------ #
|
# ------------Helpers ------------ #
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue