mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
make graphs window a little bigger
This commit is contained in:
parent
20c2376013
commit
002ac4ec95
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ def intervalGraph(parent, deck):
|
|||
if sys.platform.startswith("darwin"):
|
||||
d.setMinimumSize(740, 680)
|
||||
else:
|
||||
d.setMinimumSize(670, 715)
|
||||
d.setMinimumSize(690, 715)
|
||||
scroll = QScrollArea(d)
|
||||
topBox = QVBoxLayout(d)
|
||||
topBox.addWidget(scroll)
|
||||
|
|
|
|||
Loading…
Reference in a new issue