LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Patch to remove GTK dotted lines... (https://www.linuxquestions.org/questions/linux-software-2/patch-to-remove-gtk-dotted-lines-380722/)

3saul 11-07-2005 05:30 AM

Patch to remove GTK dotted lines...
 
I know that someone has developed a script to remove the anoying dotted lines that appear around GTK buttons and other widgets when pressed (ie when you click on the ok button a dotted square will appear around 'OK')...can someone help me out with a patch or something to get rid of this?

Thanks

Harmaa Kettu 11-07-2005 06:10 AM

Put this into ~/.gtkrc-2.0
Code:

style "no_focusline"
{
  GtkWidget::focus-line-width = 0
}
class "GtkWidget" style "no_focusline"


3saul 11-07-2005 03:35 PM

Thanks but that didn't work. Any other idea's?

3saul 11-07-2005 11:13 PM

*bump*


All times are GMT -5. The time now is 11:23 AM.