lists.zerezo.com


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

***BOGO*** Re: Removing focus outline in a GTK theme?



Anonymous wrote:
> How do i remove the dotted outline given to certain widgets
> when they have focus, in a Gtk theme?
>
>
>       
> _______________________________________________
> gtk-list mailing list
> gtk-list@xxxxxxxxx
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
>   

You can try doing this:

style "button" {
    GtkWidget::focus-line-width = 0
    engine "pixmap" {
       ...
    }
    ...
}


Regards,
Diego A. Fons.
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list