mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FREELDR]
Code formatting only svn path=/trunk/; revision=58009
This commit is contained in:
@@ -128,7 +128,7 @@ VOID TuiDrawBackdrop(VOID)
|
||||
//
|
||||
// Draw title text
|
||||
//
|
||||
TuiDrawText( (UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2,
|
||||
TuiDrawText((UiScreenWidth - (ULONG)strlen(UiTitleBoxTitleText)) / 2,
|
||||
2,
|
||||
UiTitleBoxTitleText,
|
||||
ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor));
|
||||
|
||||
Reference in New Issue
Block a user