Fix the layout of the encoders settings tab

This commit is contained in:
Grigory Chudov
2013-03-31 03:30:02 -04:00
parent 1b7e9bf123
commit aa19b6d66b
3 changed files with 567 additions and 879 deletions

View File

@@ -85,6 +85,11 @@ namespace CUETools.Processor
get { return name; }
set { name = value; if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs("Name")); }
}
public string FullName
{
get { return name + " [" + extension + "]"; }
//set { name = value; if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs("Name")); }
}
public string Path
{
get { return path; }