Updated UI layout
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user