diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-08-28 10:16:44 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-08-28 10:16:44 +0100 |
| commit | 474fcc7c5f42cfbf10808fbf7d52b9c3745c12a9 (patch) | |
| tree | e148e45fe19069e2281df2214fcb103ee14bb7c8 /Histacom2/OS/Win98 | |
| parent | 7e54d42ed67bf8417a4a479dedce65217adc8309 (diff) | |
| download | histacom2-474fcc7c5f42cfbf10808fbf7d52b9c3745c12a9.tar.gz histacom2-474fcc7c5f42cfbf10808fbf7d52b9c3745c12a9.tar.bz2 histacom2-474fcc7c5f42cfbf10808fbf7d52b9c3745c12a9.zip | |
Fixed weird explorer scaling
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"; |
