From 1baab53760de95a98b9c063d7335a0fff68c4638 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 30 Jan 2008 15:52:02 +0000 Subject: Some comment changes. --- (limited to 'gtk') diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 1be9d14..39d395d 100644 --- a/gtk/theme/gtkrc.em +++ b/gtk/theme/gtkrc.em @@ -244,6 +244,10 @@ style "menu" GtkMenu::scroll-arrow-vlength = $(my_floor(subcell_size/0.7 + 2*thickness)) GtkMenu::horizontal-padding = 0 GtkMenu::vertical-padding = 0 + # This means the outline of the submenu overlaps with a palette. + # However in the case of two normal menus, they are next to each other. + # It is not possible to be smarter about this, because the style comes from + # the submenu. GtkMenu::horizontal-offset = 0 GtkMenu::vertical-offset = 0 @@ -253,8 +257,6 @@ style "menu" style "palette-menu" = "menu" { - # The colors are copied here, instead of basing it on - # the menu style xthickness = 0 ythickness = $subcell_size } -- cgit v0.9.1