ossp-pkg/as/as-gui/as_assist.cpp 1.61 -> 1.62
--- as_assist.cpp 2002/12/12 17:14:49 1.61
+++ as_assist.cpp 2002/12/12 18:48:16 1.62
@@ -555,6 +555,7 @@
m_pLineedit->setFrameShadow(QLineEdit::Sunken);
m_pLineedit->setFrame(true);
m_pLineedit->setReadOnly(true);
+ m_pLineedit->setAlignment(Qt::AlignRight);
QToolTip::add(m_pLineedit, trUtf8("Line Number"));
m_pEditlayout->addWidget(m_pLineedit); // Finally add the line number edit
|
|