diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-23 12:19:30 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-23 12:19:30 +0200 |
commit | 785e057d7170243bf822912e4d669dab2bbe21de (patch) | |
tree | c643126ec44e6e08716540fad4916413ef6b6164 /src/ui/labelwidget.c | |
parent | 54f142bb093765e19fcee30cc5ffe9c63b67abd6 (diff) |
SidebarWidget: Redesigned Feeds action toolbar
The action toolbar now has a button for marking all as read, and keyboard shortcuts for switching between Unread and All modes.
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r-- | src/ui/labelwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c index daca05d1..46bdc890 100644 --- a/src/ui/labelwidget.c +++ b/src/ui/labelwidget.c | |||
@@ -421,7 +421,7 @@ static void draw_LabelWidget_(const iLabelWidget *d) { | |||
421 | else { | 421 | else { |
422 | drawCenteredOutline_Text( | 422 | drawCenteredOutline_Text( |
423 | d->font, | 423 | d->font, |
424 | adjusted_Rect(bounds, add_I2(zero_I2(), init_I2(iconPad, 0)), neg_I2(zero_I2())), | 424 | adjusted_Rect(bounds, init_I2(iconPad * 1.5f, 0), init_I2(-iconPad, 0)), |
425 | d->flags.alignVisual, | 425 | d->flags.alignVisual, |
426 | d->flags.drawAsOutline ? fg : none_ColorId, | 426 | d->flags.drawAsOutline ? fg : none_ColorId, |
427 | d->flags.drawAsOutline ? d->widget.bgColor : fg, | 427 | d->flags.drawAsOutline ? d->widget.bgColor : fg, |