diff options
| author | lempamo <[email protected]> | 2017-08-29 14:32:19 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-29 14:32:19 -0400 |
| commit | d4d94f85a6424e4d21cecccec21b0e78860431d6 (patch) | |
| tree | 3644ac63218378082e0afa90d4c42d73d6d3980c /Histacom2/OS/Win98 | |
| parent | 7e54d42ed67bf8417a4a479dedce65217adc8309 (diff) | |
| parent | 213861a59ee7cb42816172c38994d93484d129e8 (diff) | |
| download | histacom2-d4d94f85a6424e4d21cecccec21b0e78860431d6.tar.gz histacom2-d4d94f85a6424e4d21cecccec21b0e78860431d6.tar.bz2 histacom2-d4d94f85a6424e4d21cecccec21b0e78860431d6.zip | |
Merge pull request #154 from Alex-TIMEHACK/master
New resizing system + Save troubleshooter fix
Diffstat (limited to 'Histacom2/OS/Win98')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.Designer.cs index 25d29fd..af2570c 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.Designer.cs @@ -337,7 +337,7 @@ // // Button1 // - this.Button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.Button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Button1.Location = new System.Drawing.Point(626, 3); this.Button1.Name = "Button1"; |
