mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 07:37:11 -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"):
|
if sys.platform.startswith("darwin"):
|
||||||
d.setMinimumSize(740, 680)
|
d.setMinimumSize(740, 680)
|
||||||
else:
|
else:
|
||||||
d.setMinimumSize(670, 715)
|
d.setMinimumSize(690, 715)
|
||||||
scroll = QScrollArea(d)
|
scroll = QScrollArea(d)
|
||||||
topBox = QVBoxLayout(d)
|
topBox = QVBoxLayout(d)
|
||||||
topBox.addWidget(scroll)
|
topBox.addWidget(scroll)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue