Skip to content

Commit

Permalink
Border for "separator_menu_item" should be 0
Browse files Browse the repository at this point in the history
Summary:
This revision aims to fix a crash in Sequencer64 (and possibly other apps) with this message:

```
(seq64:25899): WARNING **: 09:40:24.716: Invalid borders specified for theme pixmap:
        /usr/share/themes/Breeze/gtk-2.0/../assets/line-h.png,
borders don't fit within the image
```

BUG: 404045

Test Plan: No visual changes nor crashes in other apps.

Reviewers: #breeze, mthw, gepardo, jackg, ngraham

Reviewed By: #breeze, mthw, ngraham

Subscribers: ngraham, zzag, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D21869
  • Loading branch information
Valerii Zapod authored and Pointedstick committed Jun 19, 2019
1 parent 71a9a1f commit 71eed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtk2/widgets/menu
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ style "separator_menu_item"
{
function = BOX
file = "../assets/line-h.png"
border = { 1, 1, 1, 1 }
border = { 0, 0, 0, 0 }
stretch = TRUE
}
}
Expand Down

0 comments on commit 71eed8b

Please sign in to comment.