Skip to content

Commit d3bf1c4

Browse files
committed
v1.1.2
1 parent a176b16 commit d3bf1c4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Compact RAM Cleaner/Controls/GroupPanel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public string Title
2222

2323
public GroupPanel()
2424
{
25-
_label = new Label { AutoSize = true, Location = new Point(20, 3), Text = Title };
25+
_label = new Label { AutoSize = true, Location = new Point(_indent * 2, 3), Text = Title };
2626
Controls.Add(_label);
2727
}
2828

Compact RAM Cleaner/Forms/Notify.Designer.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Compact RAM Cleaner/Forms/Settings.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Compact RAM Cleaner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.1.0")]
36-
[assembly: AssemblyFileVersion("1.1.1.0")]
35+
[assembly: AssemblyVersion("1.1.2.0")]
36+
[assembly: AssemblyFileVersion("1.1.2.0")]

0 commit comments

Comments
 (0)