mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 00:17:44 +01:00
Minor UI UX polish
This commit is contained in:
4
Code/Forms/Main/Form1.Designer.cs
generated
4
Code/Forms/Main/Form1.Designer.cs
generated
@@ -507,9 +507,9 @@
|
||||
this.statusLabel.Location = new System.Drawing.Point(8, 30);
|
||||
this.statusLabel.Margin = new System.Windows.Forms.Padding(8, 0, 3, 0);
|
||||
this.statusLabel.Name = "statusLabel";
|
||||
this.statusLabel.Size = new System.Drawing.Size(38, 13);
|
||||
this.statusLabel.Size = new System.Drawing.Size(61, 13);
|
||||
this.statusLabel.TabIndex = 7;
|
||||
this.statusLabel.Text = "Ready";
|
||||
this.statusLabel.Text = "Initializing...";
|
||||
//
|
||||
// updateBtn
|
||||
//
|
||||
|
||||
@@ -351,6 +351,7 @@ namespace Flowframes.Forms.Main
|
||||
{
|
||||
_initialized = true;
|
||||
runBtn.Enabled = true;
|
||||
SetStatus("Ready");
|
||||
}
|
||||
|
||||
private void browseInputBtn_Click(object sender, EventArgs e)
|
||||
@@ -380,7 +381,10 @@ namespace Flowframes.Forms.Main
|
||||
public async void runBtn_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (Interpolate.currentMediaFile == null || !Interpolate.currentMediaFile.Initialized)
|
||||
{
|
||||
SetTab(interpOptsTab.Name);
|
||||
return;
|
||||
}
|
||||
|
||||
ValidateFactor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user