tags:

views:

50

answers:

1

Hi,

I have a GTK button on my GUI app, however, the hover effects are different for both Linux and Windows:

Heres Linux: http://imgur.com/DKAy6

Heres Windows: http://imgur.com/v0FFU

I did not do anything fancy to the animations, in fact, the animation is default, how can I make it uniform?

Thank you.

+2  A: 

It depends on your GTK theme. GTK on Windows uses a Windows-like theme by default, so applications look more platform-native.

The accepted practice is to leave the theme up to the user, not the application developer. Some users install special themes because of impaired vision or such like, and they won't appreciate it if you force another theme on them.

ptomato