1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-16 22:25:56 +01:00

removed default autowrap from button and label

This commit is contained in:
kojima
2000-11-09 13:19:42 +00:00
parent 47e4e31ba0
commit 6bb9c58de1
4 changed files with 4 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ WMCreateLabel(WMWidget *parent)
lPtr->flags.alignment = DEFAULT_ALIGNMENT;
lPtr->flags.relief = DEFAULT_RELIEF;
lPtr->flags.imagePosition = DEFAULT_IMAGE_POSITION;
lPtr->flags.noWrap = 1;
return lPtr;
}