Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit be2a450

Browse files
TaiizorTaiizor
authored andcommitted
Assets
1 parent 75557ff commit be2a450

File tree

10 files changed

+139
-5
lines changed

10 files changed

+139
-5
lines changed

.screenshots/Vega.png

-166 KB
Loading

src/Vega/Assets/FileExplorer.png

6.84 KB
Loading

src/Vega/Assets/Settings.png

8.48 KB
Loading

src/Vega/Assets/Windows11.png

10.9 KB
Loading

src/Vega/Assets/Windows11Logo.png

29.6 KB
Loading

src/Vega/Assets/WindowsTerminal.png

5.75 KB
Loading

src/Vega/Properties/Resources.Designer.cs

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Vega/Properties/Resources.resx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,25 @@
124124
<data name="Computer" type="System.Resources.ResXFileRef, System.Windows.Forms">
125125
<value>..\Assets\Computer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127+
<data name="FileExplorer" type="System.Resources.ResXFileRef, System.Windows.Forms">
128+
<value>..\Assets\FileExplorer.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
129+
</data>
127130
<data name="ICO" type="System.Resources.ResXFileRef, System.Windows.Forms">
128131
<value>..\Assets\ICO.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
129132
</data>
133+
<data name="Settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
134+
<value>..\Assets\Settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
135+
</data>
130136
<data name="Windows" type="System.Resources.ResXFileRef, System.Windows.Forms">
131137
<value>..\Assets\Windows.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
132138
</data>
139+
<data name="Windows11" type="System.Resources.ResXFileRef, System.Windows.Forms">
140+
<value>..\Assets\Windows11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
141+
</data>
142+
<data name="Windows11Logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
143+
<value>..\Assets\Windows11Logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
144+
</data>
145+
<data name="WindowsTerminal" type="System.Resources.ResXFileRef, System.Windows.Forms">
146+
<value>..\Assets\WindowsTerminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
147+
</data>
133148
</root>

src/Vega/UC/Taskbar.Designer.cs

Lines changed: 72 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Vega/UC/Taskbar.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ private void Alignment()
4747
switch (Variable.TaskbarAlignment)
4848
{
4949
case TaskbarAlignment.Left:
50-
parrotPictureBox1.Location = new Point(8, 8);
50+
flowLayoutPanel1.Location = new Point(8, 8);
5151
break;
5252
default:
53-
Aligner.Center(panel1, parrotPictureBox1);
53+
Aligner.Center(panel1, flowLayoutPanel1);
5454
break;
5555
}
5656
}

0 commit comments

Comments
 (0)