Files
numix-blue-gtk-theme/xfwm4/bottom-left-active.xpm
T
Andrew Chadwick e836f9ae64 xfwm4: increase width of bottom edge
Increase the size of the bottom resize edge, and make the left-bottom and
right-bottom corners larger, and "L"-shaped, for easier gripping.

Rationale: Xfwm doesn't support magic window edges, so they need to be
larger in order to be clickable. 2px is too narrow for this.
2014-02-10 21:23:32 +00:00

15 lines
268 B
C

/* XPM */
static char * bottom_left_active_xpm[] = {
"16 8 3 1",
" c None",
". c #484848",
"+ c #2D2D2D",
".+ ",
".+ ",
".+ ",
".+ ",
".+++++++++++++++",
".+++++++++++++++",
".+++++++++++++++",
"................"};