diff options
author | sr55 <[email protected]> | 2009-06-11 18:19:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-11 18:19:40 +0000 |
commit | b2b680f669a07d8dc9b682b6627d04d32a884fbd (patch) | |
tree | 74d3515c7b54f3fdc206acaa0d701f269f32559d /win/C#/frmMain.Designer.cs | |
parent | 5beaa38cf99c6c4b9281a03909dbf5394b03f302 (diff) |
WinGui:
- Don't return 0 on calculateWidth and Height
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2514 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index dfa44a473..7411f232d 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -40,7 +40,7 @@ namespace Handbrake this.components = new System.ComponentModel.Container();
System.Windows.Forms.ContextMenuStrip notifyIconMenu;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();
this.DVD_Save = new System.Windows.Forms.SaveFileDialog();
this.File_Save = new System.Windows.Forms.SaveFileDialog();
@@ -462,9 +462,9 @@ namespace Handbrake //
// number
//
- dataGridViewCellStyle2.Format = "N0";
- dataGridViewCellStyle2.NullValue = null;
- this.number.DefaultCellStyle = dataGridViewCellStyle2;
+ dataGridViewCellStyle1.Format = "N0";
+ dataGridViewCellStyle1.NullValue = null;
+ this.number.DefaultCellStyle = dataGridViewCellStyle1;
this.number.Frozen = true;
this.number.HeaderText = "Chapter Number";
this.number.MaxInputLength = 3;
@@ -1126,10 +1126,9 @@ namespace Handbrake //
// pictureSettings
//
- this.pictureSettings.Location = new System.Drawing.Point(-1, 0);
+ this.pictureSettings.Location = new System.Drawing.Point(0, 0);
this.pictureSettings.Name = "pictureSettings";
- this.pictureSettings.selectedTitle = null;
- this.pictureSettings.Size = new System.Drawing.Size(705, 302);
+ this.pictureSettings.Size = new System.Drawing.Size(713, 310);
this.pictureSettings.TabIndex = 0;
//
// slider_deblock
|