Skip to content
Snippets Groups Projects
Commit a5b50f0c authored by stefan's avatar stefan
Browse files

New SequenceViewer, small background color bug

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2189 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 3588605c
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ void SequenceTableView::InitStaticColumn()
static_column_->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
static_column_->show();
static_column_->setStyleSheet("QTableView { border: 0px;"
"background-color: #FFFFFF;"
"selection-background-color: #EEEEEE}"
"QTableView::item{ border: none;"
"padding: 0px; border-width: 0px; margin: 0px;}");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment