Mercurial > minori
diff src/gui/widgets/sidebar.cc @ 305:91ac90a34003
core/time: remove Duration class, use regular functions instead
this class was pretty useless anyway
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 19 May 2024 15:56:20 -0400 |
parents | 99cbc51433e4 |
children |
line wrap: on
line diff
--- a/src/gui/widgets/sidebar.cc Mon May 13 17:02:35 2024 -0400 +++ b/src/gui/widgets/sidebar.cc Sun May 19 15:56:20 2024 -0400 @@ -11,7 +11,7 @@ setSelectionMode(QAbstractItemView::SingleSelection); setSelectionBehavior(QAbstractItemView::SelectItems); setMouseTracking(true); - /* FIXME: is there an easy way to do this with palettes? */ + setStyleSheet("QListWidget::item:disabled { background: transparent }"); SetBackgroundTransparent(true);