view gtk/minimize.xpm @ 2676:a43cf048ff17

Android: Fix what I thought was a MLE layout issue... but it turns out the method I had been using to disable editing on an MLE, caused it to layout the text differently. So instead of changing the inputType... we set the isFocusable property instead. If the MLE can't be focused, it can't be edited. Word wrapping is still broken though, committing a few scrollbar settings changes in an attempt to fix that, but it is still broken.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 21 Oct 2021 18:53:35 +0000
parents b3404a94a15d
children
line wrap: on
line source

/* XPM */
static char * minimize_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 15 5 1",
/* colors */
" 	c white",
".	c #5f5f5f",
"X	c gray75",
"o	c gray70",
"O	c black",
/* pixels */
"              .",
" XXXXXXXXXXXX..",
" XooooooooooX..",
" XooooooooooX..",
" XooooooooooX..",
" XoooOOOOoooX..",
" XoooOOOOoooX..",
" XoooOOOOoooX..",
" XoooOOOOoooX..",
" XooooooooooX..",
" XooooooooooX..",
" XooooooooooX..",
" XXXXXXXXXXXX..",
" ..............",
"..............."};