gaim/www

Some status selector customization.

2005-12-21, Richard Laager
33de5c9c0efc
Parents 429aaebfcb69
Children a27b4c0715f9
Some status selector customization.

I realize that we did a separate FAQ, but I think the comment makes it clear what this is for. I really didn't want to create another gtkrc-2.0 file.
--- a/htdocs/gtkrc-2.0 Tue Dec 20 22:51:53 2005 -0500
+++ b/htdocs/gtkrc-2.0 Wed Dec 21 12:15:54 2005 -0500
@@ -79,4 +79,27 @@
}
widget "*gaim_gtkconv_entry" binding "my-bindings"
-
+
+# Customize the New 2.0.0 Status Selector
+style "gaim-statusbox-style" {
+ # This is a work-around that keeps you from having to scroll
+ # if the status selector is at the bottom of the screen.
+ GtkComboBox::appears-as-list = 1
+
+ # Depending on your theme and/or GTK+ version, one of
+ # the following blocks should eliminate excess padding.
+ # The second approach is probably more universally
+ # applicable, but the first removes more padding for
+ # some people.
+
+ # Eliminate Padding Approach 1
+ xthickness = 0
+ ythickness = 0
+
+ # Eliminate Padding Approach 2
+ xthickness = 2
+ ythickness = 2
+ GtkWidget::focus-line-width = 0
+ GtkWidget::focus-padding = 0
+}
+widget "*gaim_gtkblist_statusbox*" style "gaim-statusbox-style"