mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Updating messages within DisplayProfile
This commit is contained in:
parent
d82c49af9f
commit
d2c8c67d44
@ -282,12 +282,12 @@ namespace DisplayMagician.UIForms
|
|||||||
this.lbl_save_profile.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
this.lbl_save_profile.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
||||||
this.lbl_save_profile.ForeColor = System.Drawing.Color.White;
|
this.lbl_save_profile.ForeColor = System.Drawing.Color.White;
|
||||||
this.lbl_save_profile.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.lbl_save_profile.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||||
this.lbl_save_profile.Location = new System.Drawing.Point(703, 88);
|
this.lbl_save_profile.Location = new System.Drawing.Point(668, 82);
|
||||||
this.lbl_save_profile.Name = "lbl_save_profile";
|
this.lbl_save_profile.Name = "lbl_save_profile";
|
||||||
this.lbl_save_profile.Size = new System.Drawing.Size(261, 102);
|
this.lbl_save_profile.Size = new System.Drawing.Size(296, 102);
|
||||||
this.lbl_save_profile.TabIndex = 33;
|
this.lbl_save_profile.TabIndex = 33;
|
||||||
this.lbl_save_profile.Text = "Setup your displays with Windows or NVIDIA Setup, then return to DisplayMagician " +
|
this.lbl_save_profile.Text = "Setup your displays with NVIDIA Setup, AMD Setup or Windows Setup, then return to" +
|
||||||
"and click \'Save As\' to save this Display Profile.";
|
" DisplayMagician and click \'Save As\' to save this Display Profile.";
|
||||||
this.lbl_save_profile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.lbl_save_profile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
//
|
//
|
||||||
// dv_profile
|
// dv_profile
|
||||||
|
Loading…
Reference in New Issue
Block a user