gaim/www

Status selector gtkrc notes.

2005-12-21, Richard Laager
f47488e78a13
Parents a27b4c0715f9
Children 8253296bf93d
Status selector gtkrc notes.
--- a/htdocs/faq2.txt Wed Dec 21 12:23:47 2005 -0500
+++ b/htdocs/faq2.txt Wed Dec 21 12:31:51 2005 -0500
@@ -305,6 +305,19 @@
however it is still simple. The example gtkrc file seen <a href="./gtkrc-2.0">here</a>
shows you how to do it (among other things).
+Q: When I click the status selector, I see blank space and have to
+scroll. What can I do about this?
+
+A: Edit your <code>~/.gtkrc-2.0</code> to contain the appropriate lines
+from <a href="./gtkrc-2.0">this example file</a>. Search for "appears-as-list".
+
+Q: The status selector has extra padding in it. How can I make it smaller?
+
+A: Edit your <code>~/.gtkrc-2.0</code> to contain the appropriate
+lines from <a href="./gtkrc-2.0">this example file</a>. Search for
+"xthickness". There are two examples. Start by trying the first one. If that
+makes the status selector look worse, then try the second one.
+
Q: How do I make gaim use emacs-like keybindings, or assign a custom
hotkey?