Compare commits
No commits in common. "master" and "v0.1.16" have entirely different histories.
@ -4,27 +4,6 @@
|
|||||||
Title="Untitled - Notepad"
|
Title="Untitled - Notepad"
|
||||||
Width="600" Height="400">
|
Width="600" Height="400">
|
||||||
|
|
||||||
<Window.Styles>
|
|
||||||
<Style Selector="Menu">
|
|
||||||
<Setter Property="Background" Value="#D3D3D3"/>
|
|
||||||
</Style>
|
|
||||||
<Style Selector="MenuItem">
|
|
||||||
<Setter Property="Background" Value="#D3D3D3"/>
|
|
||||||
<Setter Property="Foreground" Value="Black"/>
|
|
||||||
</Style>
|
|
||||||
<Style Selector="MenuItem:pointerover /template/ Border#PART_LayoutRoot">
|
|
||||||
<Setter Property="Background" Value="#A9A9A9"/>
|
|
||||||
</Style>
|
|
||||||
<Style Selector="MenuItem:open /template/ Popup#PART_Popup > Border">
|
|
||||||
<Setter Property="Background" Value="#D3D3D3"/>
|
|
||||||
<Setter Property="BorderBrush" Value="#A9A9A9"/>
|
|
||||||
<Setter Property="BorderThickness" Value="1"/>
|
|
||||||
</Style>
|
|
||||||
<Style Selector="Separator">
|
|
||||||
<Setter Property="Background" Value="#A9A9A9"/>
|
|
||||||
</Style>
|
|
||||||
</Window.Styles>
|
|
||||||
|
|
||||||
<DockPanel>
|
<DockPanel>
|
||||||
<!-- Menu Bar -->
|
<!-- Menu Bar -->
|
||||||
<Menu DockPanel.Dock="Top">
|
<Menu DockPanel.Dock="Top">
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||||
<ApplicationIcon>img\notepad-icon.ico</ApplicationIcon>
|
<ApplicationIcon>img\notepad-icon.ico</ApplicationIcon>
|
||||||
<Version>0.1.17</Version>
|
<Version>0.1.16</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
BIN
NotePad/img/notepad-screenshot.png
Normal file
BIN
NotePad/img/notepad-screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
A simple cross-platform text editor built with Avalonia UI and .NET 8.
|
A simple cross-platform text editor built with Avalonia UI and .NET 8.
|
||||||
|
|
||||||
| Windows | Linux |
|

|
||||||
|-----------------------------------------------------------------| ----- |
|
|
||||||
|  |  |
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user