[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kate
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2005-04-14 18:46:46
Message-ID: 20050414184646.15E2D5FA () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

GUI: add a better sidebar picture
this is really still butt ugly I guess, but me is no artist, if someone has time, could he
sketch a better one?
help really appreciated

CCMAIL:kde-artists@kde.org


  A            pics/sessionchooser.png   1.1
  A            pics/sessionchooser.xcf   1.1
  M +4 -2      app/katesession.cpp   1.22
  M +3 -0      pics/Makefile.am   1.5


--- kdebase/kate/app/katesession.cpp  #1.21:1.22
@@ -503,10 +503,12 @@ KateSessionChooser::KateSessionChooser (
 
   QHBox *hb = new QHBox (page);
+  hb->setSpacing (KDialog::spacingHint());
 
   QLabel *label = new QLabel (hb);
-  label->setPixmap (BarIcon("kate",64));
-  label->setMargin (16);
+  label->setPixmap (UserIcon("sessionchooser.png"));
+  label->setFrameStyle (QFrame::Panel | QFrame::Sunken);
 
   QVBox *vb = new QVBox (hb);
+  vb->setSpacing (KDialog::spacingHint());
 
   m_sessions = new KListView (vb);

--- kdebase/kate/pics/Makefile.am  #1.4:1.5
@@ -2,2 +2,5 @@
 
 SUBDIRS = actions
+
+kate_pics_data_DATA = sessionchooser.png
+kate_pics_datadir = $(kde_datadir)/kate/pics
\ No newline at end of file


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic