Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2008-01-30 15:52:02 (GMT)
committer Benjamin Berg <benjamin@sipsolutions.net>2008-01-30 15:52:02 (GMT)
commit1baab53760de95a98b9c063d7335a0fff68c4638 (patch)
treee12af936fa84a825b5ab79b7040df47b85d32fa6 /gtk
parent90f04fc65e59befd4d77c515350a9d4b28af5907 (diff)
Some comment changes.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/theme/gtkrc.em6
1 files changed, 4 insertions, 2 deletions
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
}