author | mickeyl <mickeyl> | 2005-07-03 21:12:13 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-07-03 21:12:13 (UTC) |
commit | 27bee477e2689d9b37d2d4cabce05c8d55295ebd (patch) (unidiff) | |
tree | e1e2406d5e51a36aa8b2e1b747560b77febddac1 /libopie2 | |
parent | 62842736cf871376f947f7b27ebc6f58fbc84fdc (diff) | |
download | opie-27bee477e2689d9b37d2d4cabce05c8d55295ebd.zip opie-27bee477e2689d9b37d2d4cabce05c8d55295ebd.tar.gz opie-27bee477e2689d9b37d2d4cabce05c8d55295ebd.tar.bz2 |
use slightly darker color
-rw-r--r-- | libopie2/opieui/olistview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opieui/olistview.cpp b/libopie2/opieui/olistview.cpp index 4386e0e..a5cf6f3 100644 --- a/libopie2/opieui/olistview.cpp +++ b/libopie2/opieui/olistview.cpp | |||
@@ -51,6 +51,6 @@ OListView::OListView( QWidget *parent, const char *name, WFlags fl ) | |||
51 | //FIXME: get from global settings and calculate ==> see oglobalsettings.* | 51 | //FIXME: get from global settings and calculate ==> see oglobalsettings.* |
52 | 52 | ||
53 | m_alternateBackground = QColor( 238, 246, 255 ); | 53 | m_alternateBackground = QColor( 228, 236, 245 ); |
54 | m_columnSeparator = QPen( QColor( 150, 160, 170 ), 0, DotLine ); | 54 | m_columnSeparator = QPen( QColor( 50, 60, 70 ), 0, DotLine ); |
55 | m_fullWidth = true; | 55 | m_fullWidth = true; |
56 | connect( this, SIGNAL(expanded(QListViewItem*)), SLOT(expand(QListViewItem*))); | 56 | connect( this, SIGNAL(expanded(QListViewItem*)), SLOT(expand(QListViewItem*))); |