mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-11 08:15:30 +01:00
Add space
This commit is contained in:
parent
5146cdfa2f
commit
62702e4b3d
@ -76,7 +76,7 @@ static void SetupButton(const QAction *action, THUMBBUTTON *button) {
|
||||
if (!action->isVisible()) {
|
||||
button->dwFlags = THUMBBUTTONFLAGS(button->dwFlags | THBF_HIDDEN);
|
||||
}
|
||||
button->dwMask = THUMBBUTTONMASK(THB_ICON |THB_TOOLTIP | THB_FLAGS);
|
||||
button->dwMask = THUMBBUTTONMASK(THB_ICON | THB_TOOLTIP | THB_FLAGS);
|
||||
}
|
||||
else {
|
||||
button->hIcon = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user