ALT Linux Bugzilla
– Attachment 1067 Details for
Bug 7724
Кушает процессор
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
shadow-contextbrowser.cpp.patch
shadow-contextbrowser.cpp.patch (text/plain), 2.12 KB, created by
Zerg
on 2005-08-20 23:07:19 MSD
(
hide
)
Description:
shadow-contextbrowser.cpp.patch
Filename:
MIME Type:
Creator:
Zerg
Created:
2005-08-20 23:07:19 MSD
Size:
2.12 KB
patch
obsolete
>--- amarok-1.3/amarok/src/contextbrowser.cpp~ 2005-08-20 22:07:49 +0400 >+++ amarok-1.3/amarok/src/contextbrowser.cpp 2005-08-20 22:08:10 +0400 >@@ -2163,7 +2163,7 @@ void ContextBrowser::setStyleSheet_Defau > styleSheet += QString( ".album-body { background-color: %1; border-bottom: solid %2 1px; border-top: solid %3 1px; }" ).arg( colorGroup().base().name() ).arg( bg ).arg( bg ); > styleSheet += QString( ".album-title { font-weight: bold; }" ); > styleSheet += QString( ".album-info { float:right; padding-right:4px; font-size: %1px }" ).arg( pxSize ); >- styleSheet += QString( ".album-image { padding-right: 4px; }" ); >+ styleSheet += QString( ".album-image { padding-right: 4px; width: 100px; height: 100px; }" ); > styleSheet += QString( ".album-song a { display: block; padding: 1px 2px; font-weight: normal; text-decoration: none; }" ); > styleSheet += QString( ".album-song a:hover { color: %1; background-color: %2; }" ).arg( fg ).arg( bg ); > styleSheet += QString( ".album-song-trackno { font-weight: bold; }" ); >@@ -2185,7 +2185,7 @@ void ContextBrowser::setStyleSheet_Defau > styleSheet += QString( "#current_box-header-album { font-weight: normal; }" ); > styleSheet += QString( "#current_box-information-td { text-align: right; vertical-align: bottom; padding: 3px; }" ); > styleSheet += QString( "#current_box-largecover-td { text-align: left; width: 100px; padding: 0; vertical-align: bottom; }" ); >- styleSheet += QString( "#current_box-largecover-image { padding: 4px; vertical-align: bottom; }" ); >+ styleSheet += QString( "#current_box-largecover-image { padding: 4px; width: 100px; height: 100px; vertical-align: bottom; }" ); > > styleSheet += QString( "#wiki_box-body a { color: %1; }" ).arg( bg ); > styleSheet += QString( "#wiki_box-body a:hover { text-decoration: underline; }" ); >@@ -2947,6 +2947,7 @@ void ContextBrowser::tagsChanged( const > QString > ContextBrowser::makeShadowedImage( const QString& albumImage ) //static > { >+ return albumImage; > const QImage original( albumImage ); > QImage shadow; > const uint shadowSize = static_cast<uint>( original.width() / 100.0 * 6.0 );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7724
: 1067