format
This commit is contained in:
parent
116d12dfa7
commit
ee4e6ef6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ void login_window(void) {
|
|||
|
||||
root = MwCreateWidget(NULL, "root", NULL, 0, 0, 0, 0);
|
||||
|
||||
window = MwVaCreateWidget(MwWindowClass, "login", root, (x_width() - 366) / 2, (x_height() - (183+32+5)) / 2, 366, 183+32+5,
|
||||
window = MwVaCreateWidget(MwWindowClass, "login", root, (x_width() - 366) / 2, (x_height() - (183 + 32 + 5)) / 2, 366, 183 + 32 + 5,
|
||||
MwNtitle, "login",
|
||||
NULL);
|
||||
p = config_picture == NULL ? NULL : MwLoadImage(window, config_picture);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue