fixed most obvious stuff #1

Merged
Lunya-sh merged 7 commits from Timerix/Evil_Calculator:timerix-is-timerixing-again into main 2026-01-12 14:54:51 +00:00
Showing only changes of commit 3d01386439 - Show all commits

View File

@@ -16,7 +16,7 @@
{
InitializeComponent();
BackColor = LunarGray;
Opacity = 0.75;
Opacity = 0.9;
FormBorderStyle = FormBorderStyle.None;
ClientSize = new Size(300, 500);
Text = "Calculator";
@@ -144,7 +144,6 @@
CalculatorPanel.FormBorderStyle = FormBorderStyle.None;
CalculatorPanel.BackColor = Color.Gray;
CalculatorPanel.TransparencyKey = CalculatorPanel.BackColor;
CalculatorPanel.Opacity = 0.90;
CalculatorPanel.StartPosition = FormStartPosition.Manual;
CalculatorPanel.DesktopLocation = new Point(Location.X, Location.Y + 30);
CalculatorPanel.ClientSize = new Size(Size.Width, Size.Height - 30);