Bug 448500 - Light Table left and right panel arrows not visible on dark landscape thumbnails
Summary: Light Table left and right panel arrows not visible on dark landscape thumbnails
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: LightTable-Thumbbar (show other bugs)
Version: 7.5.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-15 00:00 UTC by Mike Morrison
Modified: 2022-02-01 08:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0
Sentry Crash Report:


Attachments
Light Table, with arrows next to portrait thumbnails (203.15 KB, image/png)
2022-01-15 00:00 UTC, Mike Morrison
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Morrison 2022-01-15 00:00:55 UTC
Created attachment 145477 [details]
Light Table, with arrows next to portrait thumbnails

STEPS TO REPRODUCE
1. Place a variety of landscape and portrait photos onto the Light Table.
2. Within the Light Table, put various photos onto the left and right panels.
3. Notice whether the thin "<" or ">" arrows are visible on or next to the thumbnails of the photos that are on the left/right panels.

OBSERVED RESULT
When portrait photos are on the panels, the arrows are shown next to the corresponding thumbnails, as in the attached screenshot. But when landscape photos are on the panels, the arrows are superimposed on the thumbnails, and are difficult or impossible to see if the thumbnails are dark.

SUGGESTED RESULT
Perhaps the arrows could have a small contrasting background, so they can be seen against any thumbnail.

SOFTWARE/OS VERSIONS
digiKam-7.5.0-20220114T174511-x86-64.appimage
Ubuntu 21.10
KDE Frameworks 5.89.0
Qt 5.15.2
Comment 1 caulier.gilles 2022-01-15 06:24:07 UTC
Git commit cc82723625b3749450325679453620e19c183764 by Gilles Caulier.
Committed on 15/01/2022 at 06:20.
Pushed by cgilles into branch 'master'.

Use arrow left and right icon from Breeze theme
Reduce transparency
Apply a gray background under icon to improve contrast.
FIXED-IN: 7.5.0

M  +12   -4    core/libs/widgets/itemview/itemviewdelegate.cpp
M  +2    -2    core/utilities/lighttable/lighttablethumbbar.cpp
M  +2    -2    core/utilities/lighttable/lighttablewindow_setup.cpp

https://invent.kde.org/graphics/digikam/commit/cc82723625b3749450325679453620e19c183764
Comment 2 Mike Morrison 2022-01-15 15:53:30 UTC
Thanks!