mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-03 20:57:35 +01:00
UI tweaks for mac album cover manager.
This commit is contained in:
parent
aec65c86b6
commit
769a78c6a2
@ -89,6 +89,9 @@ AlbumCoverManager::AlbumCoverManager(LibraryBackend* backend, QWidget* parent,
|
|||||||
// Set up the status bar
|
// Set up the status bar
|
||||||
statusBar()->addPermanentWidget(progress_bar_);
|
statusBar()->addPermanentWidget(progress_bar_);
|
||||||
progress_bar_->hide();
|
progress_bar_->hide();
|
||||||
|
|
||||||
|
ui_->albums->setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||||
|
ui_->artists->setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
AlbumCoverManager::~AlbumCoverManager() {
|
AlbumCoverManager::~AlbumCoverManager() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user