~abelloni/ubuntu-themes/3.8_fixes

Viewing all changes in revision 277.

  • Committer: Tarmac
  • Author(s): Lars Uebernickel
  • Date: 2013-03-04 21:31:12 UTC
  • mfrom: (276.1.1 ubuntu-themes)
  • Revision ID: tarmac-20130304213112-h2pyb42ws82vt64w
Don't use GtkWidget-wide-separators

There are two code paths in gtk for drawing menu separators. The one we were
using (which is able to draw fancy rectangles) uses css border properties. In
gtk 3.8, menu items honor the border property, so we get a border around every
separator.

This patch makes it use the other code path, which draws a simple line. It
also removes borders.

Approved by PS Jenkins bot, Michael Terry.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: