OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_assist.cpp versions 1.34 and 1.35
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_assist.cpp 1.34 -> 1.35

--- as_assist.cpp        2002/11/27 23:07:38     1.34
+++ as_assist.cpp        2002/11/28 10:31:33     1.35
@@ -322,7 +322,7 @@
     if (m_pFiletools == NULL)                   // Sanity check
         throw Genexcept("File tool bar creation failed.");
     m_pFiletools->setLabel(trUtf8("File Ops"));
-    m_pFiletools->setOpaqueMoving(true);
+    m_pFiletools->setOpaqueMoving(false);
     m_pFiletools->setCloseMode(QDockWindow::Never);
     m_pFilenewact->addTo(m_pFiletools);
     m_pFileopenact->addTo(m_pFiletools);
@@ -415,10 +415,10 @@
     // Table header row
     m_pTablehead = m_pMaintable->horizontalHeader();
     m_pMaintable->setHScrollBarMode(QScrollView::AlwaysOff);
-    m_pTablehead->setLabel(0, QObject::trUtf8("Date"), 76);
-    m_pTablehead->setLabel(1, QObject::trUtf8("Begin"), 48);
-    m_pTablehead->setLabel(2, QObject::trUtf8("End"), 48);
-    m_pTablehead->setLabel(3, QObject::trUtf8("Amount"), 48);
+    m_pTablehead->setLabel(0, QObject::trUtf8("Date"), 94);
+    m_pTablehead->setLabel(1, QObject::trUtf8("Begin"), 86);
+    m_pTablehead->setLabel(2, QObject::trUtf8("End"), 86);
+    m_pTablehead->setLabel(3, QObject::trUtf8("Amount"), 96);
     m_pTablehead->setLabel(4, QObject::trUtf8("Task"), 96);
     m_pTablehead->setLabel(5, QObject::trUtf8("Remark"));
 

CVSTrac 2.0.1