summaryrefslogtreecommitdiff
path: root/core/pim/osearch/mainwindow.cpp
authorzecke <zecke>2004-10-12 12:46:01 (UTC)
committer zecke <zecke>2004-10-12 12:46:01 (UTC)
commit2005178f060ca366f78624508400aec8a6b0d291 (patch) (side-by-side diff)
treeb2d58d785341cc84c1224a36ee8ae4327170af55 /core/pim/osearch/mainwindow.cpp
parent363cc582d2a6c9b6fa1409bccaef861ea1bcce15 (diff)
downloadopie-2005178f060ca366f78624508400aec8a6b0d291.zip
opie-2005178f060ca366f78624508400aec8a6b0d291.tar.gz
opie-2005178f060ca366f78624508400aec8a6b0d291.tar.bz2
Minor GUI polishing
-Use 'better' icons and always QIconSet::Large -Make the 'Search For' Label to have the same color as the rest of the toolbar
Diffstat (limited to 'core/pim/osearch/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/osearch/mainwindow.cpp b/core/pim/osearch/mainwindow.cpp
index 4589c9d..1d0331c 100644
--- a/core/pim/osearch/mainwindow.cpp
+++ b/core/pim/osearch/mainwindow.cpp
@@ -183,6 +183,8 @@ void MainWindow::makeMenu()
LabelEnterText = new QLabel( searchBar, "Label" );
LabelEnterText->setAutoMask( FALSE );
LabelEnterText->setText( tr( "Search for: " ) );
+ LabelEnterText->setFrameStyle( QFrame::NoFrame );
+ LabelEnterText->setBackgroundMode( PaletteButton );
addToolBar( searchBar, "Search", QMainWindow::Top, TRUE );
QLineEdit *searchEdit = new QLineEdit( searchBar, "seachEdit" );