1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 14:24:14 +01:00

change layout

This commit is contained in:
kojima
2004-10-19 03:29:52 +00:00
parent 435aee107e
commit 85f72d6576
2 changed files with 49 additions and 51 deletions

View File

@@ -333,7 +333,7 @@ createMainWindow(WMScreen *scr)
WPrefs.versionL = WMCreateLabel(WPrefs.banner);
WMResizeWidget(WPrefs.versionL, FRAME_WIDTH-20, 20);
WMMoveWidget(WPrefs.versionL, 10, 100);
WMMoveWidget(WPrefs.versionL, 10, 120);
WMSetLabelTextAlignment(WPrefs.versionL, WACenter);
sprintf(buffer, _("Version %s"), VERSION);
WMSetLabelText(WPrefs.versionL, buffer);