TASStudio revert design commit
This commit is contained in:
parent
480bc5540f
commit
c496674301
|
@ -43,9 +43,9 @@
|
|||
//
|
||||
// PlaybackGroupBox
|
||||
//
|
||||
this.PlaybackGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PlaybackGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.PlaybackGroupBox.Controls.Add(this.RecordingModeCheckbox);
|
||||
this.PlaybackGroupBox.Controls.Add(this.AutoRestoreCheckbox);
|
||||
this.PlaybackGroupBox.Controls.Add(this.TurboSeekCheckbox);
|
||||
|
@ -189,4 +189,4 @@
|
|||
private System.Windows.Forms.CheckBox FollowCursorCheckbox;
|
||||
private System.Windows.Forms.CheckBox RecordingModeCheckbox;
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue