Closed GoogleCodeExporter closed 8 years ago
thanks for the report. Obviously this is too narrow and must be improved ;-) On
my
system it takes enough space, though...
Original comment by wbsoft
on 1 Jan 2009 at 2:59
Please try adding this line (with a single + in front of it)
Index: python/frescobaldi_app/lqi.py
===================================================================
--- python/frescobaldi_app/lqi.py (revision 942)
+++ python/frescobaldi_app/lqi.py (working copy)
@@ -33,6 +33,7 @@
QToolBox.__init__(self)
self.mainwin = tool.mainwin
Articulations(self)
+ self.setMinimumWidth(self.sizeHint().width())
class Lqi(QWidget):
Original comment by wbsoft
on 1 Jan 2009 at 3:27
That works for me! Thanks for the fast turnaround.
[I'm very much looking forward to using this tool! Thanks for it!]
Original comment by mdb...@gmail.com
on 1 Jan 2009 at 4:43
Great! it's in SVN right now.
Original comment by wbsoft
on 1 Jan 2009 at 5:59
Original comment by wbsoft
on 1 Jan 2009 at 6:00
Original issue reported on code.google.com by
mdb...@gmail.com
on 1 Jan 2009 at 2:21Attachments: