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:
committed by
Carlos R. Mafra
parent
a887b44977
commit
31c00a8749
@@ -37,6 +37,7 @@ dist_xpmdata_DATA = \
|
||||
opaque.xpm \
|
||||
opaqueresize.xpm \
|
||||
paths.xpm \
|
||||
smallwindow.xpm \
|
||||
smooth.xpm \
|
||||
sound.xpm \
|
||||
speed0.xpm \
|
||||
|
||||
Reference in New Issue
Block a user