Updated UI layout

This commit is contained in:
Jan Groß
2021-05-14 23:51:17 +02:00
parent 732abefd12
commit eb67757b6c
3 changed files with 66 additions and 18 deletions

View File

@@ -130,7 +130,7 @@ namespace Wallpaperchan
{
return;
}
this.status.Text = String.Format("Current Image: {0} \nNext image in: {1}", currentImageIndex, remainingSeconds);
this.status.Text = String.Format("Current Image: {0} \nNext wallpaper in: {1} \nLoaded {2} wallpapers", currentImageIndex, remainingSeconds, listView1.Items.Count);
this.remainingSeconds--;
if (this.remainingSeconds <= 0)
{
@@ -160,7 +160,7 @@ namespace Wallpaperchan
private void MainForm_Load(object sender, EventArgs e)
{
this.listView1.Items.Clear();
}
private void MainForm_Shown(object sender, EventArgs e)