Compare commits

..

No commits in common. "10fcd28e230037eac7496ee1baf7394335250da7" and "d070907e6c371d47c3ba0007cf7f0c2cfc7b919d" have entirely different histories.

4 changed files with 1 additions and 3 deletions

View file

@ -3,7 +3,6 @@
* Try to address Noto Sans font issue that works for both numbers and checkbox/bullets. * Try to address Noto Sans font issue that works for both numbers and checkbox/bullets.
* Update icon * Update icon
* Update French translations * Update French translations
* Improve size of flashing reminder dialog
# 0.5 # 0.5

View file

@ -1230,7 +1230,6 @@ 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)

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bouquin" name = "bouquin"
version = "0.5.1" version = "0.5"
description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher."
authors = ["Miguel Jacq <mig@mig5.net>"] authors = ["Miguel Jacq <mig@mig5.net>"]
readme = "README.md" readme = "README.md"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Before After
Before After