Skip to content

Commit

Permalink
smooth scrolling in message log
Browse files Browse the repository at this point in the history
fix file permissions
  • Loading branch information
alexbruy committed Aug 22, 2012
1 parent b6760ce commit 9c896b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsmessagelogviewer.cpp
Expand Up @@ -137,6 +137,7 @@ void QgsMessageLogViewer::logMessage( QString message, QString tag, int level )
w->verticalHeader()->setVisible( false );
w->setGridStyle( Qt::DotLine );
w->setEditTriggers( QAbstractItemView::NoEditTriggers );
w->setHorizontalScrollMode( QAbstractItemView::ScrollPerPixel );
w->setHorizontalHeaderLabels( QStringList() << tr( "Timestamp" ) << tr( "Message" ) << tr( "Level" ) );
tabWidget->addTab( w, tag );

Expand Down
Empty file modified src/providers/postgres/qgspgsourceselect.cpp 100755 → 100644
Empty file.
Empty file modified src/providers/postgres/qgspostgresconn.cpp 100755 → 100644
Empty file.

0 comments on commit 9c896b4

Please sign in to comment.