You are not logged in.
Pages: 1
Hi,
is there an gtkoption to have a minimum menuentry height, i hate that menuentrys have different sizes?
i know my english is poor...
Offline
That's interesting. It looks like your menu item height is set by the size of the icon next to the text, so to make all entries the same height, you could make the icons smaller or the text bigger. But I don't know how! On my desktop menu the icons are smaller, and all entries are the same height.
Offline
I 'turned off' the icons in my Xfce menu.
So, I don't have this problem and my right-click Menu responds much quicker.
No body really pays any attention to the icons in the menu anyway ... do we?
Offline
This can be caused by one of two things.
The first, is a fixed-size icon theme. Editing your icon theme's index.theme file so all the Type= lines read Type=scalable, will mean the icons will fit the Gtk+ theme.
The other option is to add the following to your ~/.gtkrc-2.0 file:
style "theme-menuitem"
{
ythickness=2 #more as needed
}
class "GtkMenuItem" style "theme-menuitem"
widget_class "*MenuItem*" style "theme-menuitem"
Offline
The first, is a fixed-size icon theme. Editing your icon theme's index.theme file so all the Type= lines read Type=scalable, will mean the icons will fit the Gtk+ theme.
some menus have no icons, so i think it won't wonk
The other option is to add the following to your ~/.gtkrc-2.0 file:
i know, but this breaks GtkSeparatorMenuItem
i know my english is poor...
Offline
some menus have no icons, so i think it won't wonk
The menus without icons are the proper size. The ones with icons are getting stretched out by the fixed-size icons. Make the icons scalable and they'll all shrink down to the base size.
i know, but this breaks GtkSeparatorMenuItem
Breaks them how?
Offline
Breaks them how?
it makes seperators bigger
i know my english is poor...
Offline
What happens if you comment out one window match, then switch? The widget_class "*MenuItem*", one is probably a bit broad.
Offline
ok, found a solution i had to set ythickness = 0 again for GtkSeparatorMenuItem
i know my english is poor...
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 544.7 KiB (Peak: 545.33 KiB) ]