3D Floor Mode: improved usability in Window's high contrast mode

This commit is contained in:
biwa 2021-09-04 12:37:27 +02:00
parent dd7d109e2b
commit fa36bf48aa
3 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.Window;
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel1.Location = new System.Drawing.Point(4, 4);

View file

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View file

@ -51,7 +51,7 @@
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.threeDFloorPanel.AutoScroll = true;
this.threeDFloorPanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.threeDFloorPanel.BackColor = System.Drawing.SystemColors.Window;
this.threeDFloorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.threeDFloorPanel.Location = new System.Drawing.Point(12, 6);
this.threeDFloorPanel.Name = "threeDFloorPanel";