mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
period groupbox looks better without a label
This commit is contained in:
parent
91f11d0647
commit
7d2599cd27
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Graphs(PrintableReport):
|
||||||
_("1 year"),
|
_("1 year"),
|
||||||
_("deck life")]
|
_("deck life")]
|
||||||
PrintableReport.__init__(self, *args)
|
PrintableReport.__init__(self, *args)
|
||||||
grp = QGroupBox(_("Period"))
|
grp = QGroupBox()
|
||||||
l = QHBoxLayout()
|
l = QHBoxLayout()
|
||||||
l.setContentsMargins(6,6,6,6)
|
l.setContentsMargins(6,6,6,6)
|
||||||
chk = False
|
chk = False
|
||||||
|
|
Loading…
Reference in a new issue