From 71eed8b3ad50d956616213632c9ecb536ae6fc7b Mon Sep 17 00:00:00 2001 From: Valerii Zapod Date: Wed, 19 Jun 2019 01:55:26 -0600 Subject: [PATCH] Border for "separator_menu_item" should be 0 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 --- src/gtk2/widgets/menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk2/widgets/menu b/src/gtk2/widgets/menu index aaff5b1..c76ed92 100644 --- a/src/gtk2/widgets/menu +++ b/src/gtk2/widgets/menu @@ -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 } }