Style, small fixes, Windows single file
This commit is contained in:
@@ -237,6 +237,7 @@ namespace FileTime.ConsoleUI.App.UI
|
||||
Console.SetCursorPosition(startX, startY + currentY++);
|
||||
|
||||
_coloredRenderer.Write($"{{0,-{elementWidth}}}", _paddingLeft + "<empty>" + _paddingRight);
|
||||
printedItemsCount++;
|
||||
}
|
||||
|
||||
var padding = new string(' ', elementWidth);
|
||||
|
||||
Reference in New Issue
Block a user