1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 18:32:34 +01:00

WPrefs: add an image to represent the window in the Window Placement frame

The original square box did not look like anything, by using an image that
looks like a small window it is more clear to users what it represents.

The image was drawn as an XPM keeping a style consistent with everything
else; it was then converted to TIFF using ImageMagick:
  convert -depth 8 -compress lzw xpm/smallwindow.xpm tiff/smallwindow.tiff

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2014-12-21 18:13:18 +01:00
committed by Carlos R. Mafra
parent a887b44977
commit 31c00a8749
5 changed files with 161 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ dist_xpmdata_DATA = \
opaque.xpm \
opaqueresize.xpm \
paths.xpm \
smallwindow.xpm \
smooth.xpm \
sound.xpm \
speed0.xpm \