mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Can be compiled with only WAV support (since Mono doesn't support C++/CLI yet).
Adjusted control spacing, tab-order, etc. Set Localizable=True on all forms to work around .NET auto-scaling issue.
This commit is contained in:
@@ -14,8 +14,8 @@ namespace JDP
|
||||
InitializeComponent();
|
||||
}
|
||||
public string Message {
|
||||
get { return textBox1.Text; }
|
||||
set { textBox1.Text = value; }
|
||||
get { return txtReport.Text; }
|
||||
set { txtReport.Text = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user