Compare commits
4 commits
d070907e6c
...
10fcd28e23
| Author | SHA1 | Date | |
|---|---|---|---|
| 10fcd28e23 | |||
| aafff413fe | |||
| c0a9c5be2b | |||
| 770fd0e9ee |
4 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
* Try to address Noto Sans font issue that works for both numbers and checkbox/bullets.
|
||||
* Update icon
|
||||
* Update French translations
|
||||
* Improve size of flashing reminder dialog
|
||||
|
||||
# 0.5
|
||||
|
||||
|
|
|
|||
|
|
@ -1230,6 +1230,7 @@ class MainWindow(QMainWindow):
|
|||
dlg = QDialog(self)
|
||||
dlg.setWindowTitle(strings._("reminder"))
|
||||
dlg.setModal(True)
|
||||
dlg.setMinimumWidth(400)
|
||||
|
||||
layout = QVBoxLayout(dlg)
|
||||
label = QLabel(text)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "bouquin"
|
||||
version = "0.5"
|
||||
version = "0.5.1"
|
||||
description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher."
|
||||
authors = ["Miguel Jacq <mig@mig5.net>"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 184 KiB |
Loading…
Add table
Add a link
Reference in a new issue