X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fbufferviewwidget.cpp;fp=src%2Fqtopia%2Fbufferviewwidget.cpp;h=18afc46188671bc7b44675854ffeedb990014ef5;hp=b884cdef4d08b8c327e0fb3b4d35a5488bda093b;hb=69952553cf2f5248a0c7e964d6d5844065d26612;hpb=5ffc2c9018aee8b11750a956e9228ed70b3413ae diff --git a/src/qtopia/bufferviewwidget.cpp b/src/qtopia/bufferviewwidget.cpp index b884cdef..18afc461 100644 --- a/src/qtopia/bufferviewwidget.cpp +++ b/src/qtopia/bufferviewwidget.cpp @@ -25,7 +25,7 @@ BufferViewWidget::BufferViewWidget(QWidget *parent) : QDialog(parent) { ui.setupUi(this); setModal(true); - setStyleSheet("background-color: rgba(255, 255, 255, 40%); color: rgb(0, 0, 0); font-size: 5pt;"); + setStyleSheet("background-color: rgba(220, 220, 255, 40%); color: rgb(0, 0, 0); font-size: 5pt;"); //ui.tabWidget->tabBar()->setStyleSheet("font-size: 5pt;"); // get rid of the default tab page designer forces upon us :(