mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
change layout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user