>
I'm guessing this is an artifact of using qt 4.2 instead of 4.1
I have confirmed that this is a problem new to 4.2.1.
This minimal fix appears to make the display OK, although it shouldn't be
necessary:
diff -c -r1.1 rackdisplay.cpp
*** rackdisplay.cpp 2006/10/30 02:58:42 1.1
--- rackdisplay.cpp 2006/10/30 02:59:24
***************
*** 34,39 ****
--- 34,40 ----
QHBoxLayout *layout = new QHBoxLayout(this);
m_lineEdit = new QLineEdit(this);
+ m_lineEdit->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
connect(m_lineEdit, SIGNAL(returnPressed()), this,
SLOT(quickEditReturnPressed()));
QPushButton *setButton = new QPushButton(tr("Set rack"));
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/quackle/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/quackle/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/