mvidner / ctoolu

Clipboard Tool, Universal
2 stars 1 forks source link

Group labels in popup menu look like normal action items #6

Open aspiers opened 12 years ago

aspiers commented 12 years ago

Group labels in the popup menu (e.g. "HTTP URL") look like normal action items and are clickable. This is confusing because it makes it unclear which item to click. These labels should be unclickable and in a different font style, e.g. bold or with a grey background.

mvidner commented 12 years ago

Yes. I'll need a bit of experimenting to find a suitable appearance. Unclickable makes them hard to see in the default style. http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3AWidget#sensitive%3D

mvidner commented 12 years ago

I haven't had luck with ruby-gtk2, but with ruby-qt4 I can make the menu items bold or italic: https://gist.github.com/3820341 I think I will simply add some ASCII decoration like "* Group *" for now and go on to figure the chaining (issue #7).