mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-28 15:16:43 +00:00
Removed bold row style in CategoryListView, TrackListView.
This commit is contained in:
parent
6d600dd2e0
commit
cb32bb1640
@ -240,7 +240,7 @@ IScrollAdapter::EntryPtr CategoryListView::Adapter::GetEntry(size_t index) {
|
||||
attrs = COLOR_PAIR(CURSESPP_HIGHLIGHTED_SELECTED_LIST_ITEM);
|
||||
}
|
||||
else {
|
||||
attrs = COLOR_PAIR(CURSESPP_SELECTED_LIST_ITEM) | A_BOLD;
|
||||
attrs = COLOR_PAIR(CURSESPP_SELECTED_LIST_ITEM);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -209,7 +209,7 @@ IScrollAdapter::EntryPtr TrackListView::Adapter::GetEntry(size_t index) {
|
||||
attrs = COLOR_PAIR(CURSESPP_HIGHLIGHTED_SELECTED_LIST_ITEM);
|
||||
}
|
||||
else {
|
||||
attrs = COLOR_PAIR(CURSESPP_SELECTED_LIST_ITEM) | A_BOLD;
|
||||
attrs = COLOR_PAIR(CURSESPP_SELECTED_LIST_ITEM);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user