Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
更正按钮位置错误和文档链接变动
Browse files Browse the repository at this point in the history
  • Loading branch information
6get-xiaofan committed Jul 27, 2022
1 parent c40e1d8 commit a2c852e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DarkMode/Form2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ private void button7_Click(object sender, EventArgs e)

private void label12_Click(object sender, EventArgs e)
{
Process.Start("explorer.exe", "https://github.com/6get-xiaofan/DarkMode/wiki/wallpaper-engine%E5%A3%81%E7%BA%B8%E8%AE%BE%E7%BD%AE");
Process.Start("explorer.exe", "https://github.com/Melon-Studio/DarkMode/wiki/wallpaper-engine%E5%A3%81%E7%BA%B8%E8%AE%BE%E7%BD%AE");
}
}
}
4 changes: 2 additions & 2 deletions DarkMode/Form2.resx
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
<value>NoControl</value>
</data>
<data name="button5.Location" type="System.Drawing.Point, System.Drawing">
<value>198, 46</value>
<value>198, 20</value>
</data>
<data name="button5.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 20</value>
Expand All @@ -667,7 +667,7 @@
<value>NoControl</value>
</data>
<data name="button6.Location" type="System.Drawing.Point, System.Drawing">
<value>198, 20</value>
<value>198, 46</value>
</data>
<data name="button6.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 20</value>
Expand Down

0 comments on commit a2c852e

Please sign in to comment.