Mercurial > hg > xemacs-beta
view etc/custom/radio1.xpm @ 4376:53e507d77416
Fix problem with file dialog box.
2008-01-02 Mike Sperber <mike@xemacs.org>
* minibuf.el (mouse-read-file-name-1): Make the buttons in the
dialog frame occupy `window-min-height' lines to avoid problems
when the window configuration changes---as it does with
`resize-minibuffer-mode'.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Wed, 02 Jan 2008 10:08:07 +0100 |
parents | 8fc7fe29b841 |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char * radio1_xpm[] = { "12 11 4 1", " c #FFFFFFFFFFFF s background", ". c #737373737373", "X c #22228B8B2222", "o c #E6E6E6E6E6E6", " .. ", " .... ", " ..XX.. ", " ..XXXX.. ", " ..XXXXXX.. ", "ooXXXXXXXXoo", " ooXXXXXXoo ", " ooXXXXoo ", " ooXXoo ", " oooo ", " oo "};