nburdick / lilykde

Automatically exported from code.google.com/p/lilykde
0 stars 0 forks source link

[frescobaldi] Quick Insert pane not wide enough by default #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. With clean install of Frescobaldi
2. Click on "Quick-Insert" button

What is the expected output? What do you see instead?

I expected the pane to be wide enough to display its contents.  Instead, it
is quite narrow and the contents are truncated.

What version of the product are you using? On what operating system?

frescobaldi SVN r947
Fedora Core 10, with default KDE theme

Screenshot attached.

Original issue reported on code.google.com by mdb...@gmail.com on 1 Jan 2009 at 2:21

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Great! it's in SVN right now.

Original comment by wbsoft on 1 Jan 2009 at 5:59

GoogleCodeExporter commented 8 years ago

Original comment by wbsoft on 1 Jan 2009 at 6:00