1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 01:42:32 +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

@@ -38,6 +38,7 @@ dist_tiffdata_DATA = \
opaque.tiff \
opaqueresize.tiff \
paths.tiff \
smallwindow.tiff \
smooth.tiff \
sound.tiff \
speed0.tiff \