NDS settings - move and anchor default button differently, to make it harder to click on accident instead of save
This commit is contained in:
parent
d5f0206df2
commit
50dc04980a
|
@ -199,8 +199,8 @@
|
|||
//
|
||||
// btnDefault
|
||||
//
|
||||
this.btnDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnDefault.Location = new System.Drawing.Point(31, 179);
|
||||
this.btnDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.btnDefault.Location = new System.Drawing.Point(12, 179);
|
||||
this.btnDefault.Name = "btnDefault";
|
||||
this.btnDefault.Size = new System.Drawing.Size(60, 23);
|
||||
this.btnDefault.TabIndex = 1;
|
||||
|
@ -231,7 +231,7 @@
|
|||
this.label4.TabIndex = 6;
|
||||
this.label4.Text = "Date/time:";
|
||||
//
|
||||
// NDSSettings
|
||||
// NdsSettings
|
||||
//
|
||||
this.AcceptButton = this.btnDefault;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
|
|
|
@ -120,7 +120,4 @@
|
|||
<metadata name="ttipFirmware.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="ttipFirmware.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
Loading…
Reference in New Issue