1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 22:04:12 +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

@@ -163,7 +163,7 @@ reorganizeInterior(WMScrollView *sPtr)
W_ResizeView(sPtr->viewport, cw, ch);
W_MoveView(sPtr->viewport, cx, cy);
if (sPtr->flags.hasHScroller) {
WMResizeWidget(sPtr->hScroller, hw, 20);
WMMoveWidget(sPtr->hScroller, hx, hy);