[Okular-devel] playground/graphics/okular/ui
Pino Toscano
toscano.pino at tiscali.it
Tue Mar 27 22:36:30 CEST 2007
SVN commit 647275 by pino:
Use an opaque background for the presentation top bar, as it looks better with Oxygen icons.
Original patch by Wilfried Huss, thanks!
CCMAIL: okular-devel at kde.org
M +1 -0 presentationwidget.cpp
--- trunk/playground/graphics/okular/ui/presentationwidget.cpp #647274:647275
@@ -444,6 +444,7 @@
m_topBar->addWidget( spacer );
m_topBar->addAction( KIcon("application-exit"), i18n("Exit Presentation Mode"), this, SLOT( close() ) );
m_topBar->setGeometry( 0, 0, m_width, 32 + 10 );
+ m_topBar->setAutoFillBackground( true );
m_topBar->hide();
// change topbar background color
QPalette p = m_topBar->palette();
More information about the Okular-devel
mailing list