Skip to content

Commit 92f02aa

Browse files
committed
Slightly better layout for EditorDialog...
1 parent 5f10e16 commit 92f02aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

FlashDevelop/Dialogs/EditorDialog.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private void InitializeComponent()
211211
// okButton
212212
//
213213
this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
214-
this.okButton.Location = new System.Drawing.Point(431, 562);
214+
this.okButton.Location = new System.Drawing.Point(431, 587);
215215
this.okButton.Name = "okButton";
216216
this.okButton.Size = new System.Drawing.Size(93, 29);
217217
this.okButton.TabIndex = 1;
@@ -223,7 +223,7 @@ private void InitializeComponent()
223223
//
224224
this.applyButton.Enabled = false;
225225
this.applyButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
226-
this.applyButton.Location = new System.Drawing.Point(640, 562);
226+
this.applyButton.Location = new System.Drawing.Point(640, 587);
227227
this.applyButton.Name = "applyButton";
228228
this.applyButton.Size = new System.Drawing.Size(93, 29);
229229
this.applyButton.TabIndex = 3;
@@ -233,23 +233,23 @@ private void InitializeComponent()
233233
//
234234
// exportButton
235235
//
236-
this.exportButton.Location = new System.Drawing.Point(238, 562);
236+
this.exportButton.Location = new System.Drawing.Point(238, 587);
237237
this.exportButton.Name = "exportButton";
238238
this.exportButton.Size = new System.Drawing.Size(35, 29);
239239
this.exportButton.TabIndex = 8;
240240
this.exportButton.Click += new System.EventHandler(this.ExportLanguagesClick);
241241
//
242242
// revertButton
243243
//
244-
this.revertButton.Location = new System.Drawing.Point(285, 562);
244+
this.revertButton.Location = new System.Drawing.Point(285, 587);
245245
this.revertButton.Name = "revertButton";
246246
this.revertButton.Size = new System.Drawing.Size(35, 29);
247247
this.revertButton.TabIndex = 9;
248248
this.revertButton.Click += new System.EventHandler(this.RevertLanguagesClick);
249249
//
250250
// defaultButton
251251
//
252-
this.defaultButton.Location = new System.Drawing.Point(332, 562);
252+
this.defaultButton.Location = new System.Drawing.Point(332, 587);
253253
this.defaultButton.Name = "defaultButton";
254254
this.defaultButton.Size = new System.Drawing.Size(35, 29);
255255
this.defaultButton.TabIndex = 10;
@@ -259,7 +259,7 @@ private void InitializeComponent()
259259
//
260260
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
261261
this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
262-
this.cancelButton.Location = new System.Drawing.Point(536, 562);
262+
this.cancelButton.Location = new System.Drawing.Point(536, 587);
263263
this.cancelButton.Name = "cancelButton";
264264
this.cancelButton.Size = new System.Drawing.Size(93, 29);
265265
this.cancelButton.TabIndex = 2;
@@ -277,7 +277,7 @@ private void InitializeComponent()
277277
this.itemListView.Location = new System.Drawing.Point(14, 49);
278278
this.itemListView.MultiSelect = false;
279279
this.itemListView.Name = "itemListView";
280-
this.itemListView.Size = new System.Drawing.Size(212, 541);
280+
this.itemListView.Size = new System.Drawing.Size(212, 566);
281281
this.itemListView.TabIndex = 5;
282282
this.itemListView.UseCompatibleStateImageBehavior = false;
283283
this.itemListView.View = System.Windows.Forms.View.Details;
@@ -299,7 +299,7 @@ private void InitializeComponent()
299299
this.itemGroupBox.Controls.Add(this.foregroundLabel);
300300
this.itemGroupBox.Controls.Add(this.fontLabel);
301301
this.itemGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
302-
this.itemGroupBox.Location = new System.Drawing.Point(238, 347);
302+
this.itemGroupBox.Location = new System.Drawing.Point(238, 372);
303303
this.itemGroupBox.Name = "itemGroupBox";
304304
this.itemGroupBox.Size = new System.Drawing.Size(494, 204);
305305
this.itemGroupBox.TabIndex = 7;
@@ -626,7 +626,7 @@ private void InitializeComponent()
626626
this.languageGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
627627
this.languageGroupBox.Location = new System.Drawing.Point(238, 10);
628628
this.languageGroupBox.Name = "languageGroupBox";
629-
this.languageGroupBox.Size = new System.Drawing.Size(494, 332);
629+
this.languageGroupBox.Size = new System.Drawing.Size(494, 357);
630630
this.languageGroupBox.TabIndex = 6;
631631
this.languageGroupBox.TabStop = false;
632632
this.languageGroupBox.Text = "Editor Style";
@@ -924,7 +924,7 @@ private void InitializeComponent()
924924
this.colorizeCheckBox.AutoSize = true;
925925
this.colorizeCheckBox.Checked = true;
926926
this.colorizeCheckBox.CheckState = System.Windows.Forms.CheckState.Indeterminate;
927-
this.colorizeCheckBox.Location = new System.Drawing.Point(174, 285);
927+
this.colorizeCheckBox.Location = new System.Drawing.Point(14, 325);
928928
this.colorizeCheckBox.Name = "italicsCheckBox";
929929
this.colorizeCheckBox.Size = new System.Drawing.Size(58, 20);
930930
this.colorizeCheckBox.TabIndex = 12;
@@ -949,7 +949,7 @@ private void InitializeComponent()
949949
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
950950
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
951951
this.CancelButton = this.cancelButton;
952-
this.ClientSize = new System.Drawing.Size(746, 605);
952+
this.ClientSize = new System.Drawing.Size(746, 630);
953953
this.Controls.Add(this.languageGroupBox);
954954
this.Controls.Add(this.itemGroupBox);
955955
this.Controls.Add(this.languageDropDown);

0 commit comments

Comments
 (0)