add gtkrc-2.0 to hide Ubuntu 11.04 resize handles

This commit is contained in:
Josh Holtrop 2011-05-09 14:14:04 -04:00
parent 9f6decb001
commit e4ceffc71d

7
gtkrc-2.0 Normal file
View File

@ -0,0 +1,7 @@
style "default-style"
{
GtkWindow::resize-grip-height = 0
GtkWindow::resize-grip-width = 0
}
class "GtkWidget" style "default-style"