Skip to content

Commit

Permalink
[KMS] Cleanup for kms-keep-ui PR
Browse files Browse the repository at this point in the history
  • Loading branch information
KENNYSOFT committed Jan 1, 2021
1 parent e833e43 commit 8511b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions WzComparerR2/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
Expand Down Expand Up @@ -168,9 +168,8 @@ private void loadUIState()
this.columnHeader9.Width = UIStateConfig.Default.ColumnWidth9;
this.dotNetBarManager1.LayoutDefinition = UIStateConfig.Default.BarLayout;
}
catch(Exception ex)
catch (Exception ex)
{
MessageBox.Show("Invalid ui data!");
this.WindowState = FormWindowState.Normal;
this.Size = new Size(1200, 800); // = new Size(766, 520);
this.ribbonControl1.Expanded = false; // = false;
Expand Down
2 changes: 1 addition & 1 deletion WzComparerR2/WzComparerR2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,4 @@ xcopy "$(ProjectDir)..\References\x64\*" "$(TargetDir)Lib\x64" /Y /I</PostBuildE
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 8511b9b

Please sign in to comment.