period groupbox looks better without a label

This commit is contained in:
Damien Elmes 2011-03-27 15:58:09 +09:00
parent 91f11d0647
commit 7d2599cd27

View file

@ -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