mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* support for new metadata sources via CTDB
* CUETools: GUI tweaks for large screen resolutions on windows 7 * CUETools.Codecs.LAMEEncoder: fix VBR header update for filenames with unicode characters * CUERipper: more string messages for SCSI errors when ripping
This commit is contained in:
5
CUETools/frmSettings.Designer.cs
generated
5
CUETools/frmSettings.Designer.cs
generated
@@ -1144,7 +1144,7 @@ namespace JDP {
|
||||
//
|
||||
resources.ApplyResources(this.labelEncoderExtension, "labelEncoderExtension");
|
||||
this.labelEncoderExtension.DataBindings.Add(new System.Windows.Forms.Binding("ImageKey", this.encodersBindingSource, "DotExtension", true, System.Windows.Forms.DataSourceUpdateMode.Never));
|
||||
this.labelEncoderExtension.MinimumSize = new System.Drawing.Size(100, 16);
|
||||
this.labelEncoderExtension.MinimumSize = new System.Drawing.Size(133, 21);
|
||||
this.labelEncoderExtension.Name = "labelEncoderExtension";
|
||||
//
|
||||
// tabPage11
|
||||
@@ -1222,7 +1222,7 @@ namespace JDP {
|
||||
// labelDecoderExtension
|
||||
//
|
||||
resources.ApplyResources(this.labelDecoderExtension, "labelDecoderExtension");
|
||||
this.labelDecoderExtension.MinimumSize = new System.Drawing.Size(100, 16);
|
||||
this.labelDecoderExtension.MinimumSize = new System.Drawing.Size(133, 21);
|
||||
this.labelDecoderExtension.Name = "labelDecoderExtension";
|
||||
//
|
||||
// tabPage4
|
||||
@@ -1393,7 +1393,6 @@ namespace JDP {
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = btnCancel;
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Controls.Add(btnCancel);
|
||||
this.Controls.Add(this.btnOK);
|
||||
|
||||
Reference in New Issue
Block a user