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 gnome org
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.


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