File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 5
5
<Nullable >enable</Nullable >
6
6
<TrimMode >copyused</TrimMode >
7
7
<BuiltInComInteropSupport >true</BuiltInComInteropSupport >
8
- <AvaloniaVersion >11.0.0-preview5 </AvaloniaVersion >
8
+ <AvaloniaVersion >11.0.999-cibuild0029530-beta </AvaloniaVersion >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
11
<PackageReference Include =" Avalonia" Version =" $(AvaloniaVersion)" />
Original file line number Diff line number Diff line change 5
5
mc : Ignorable =" d" d : DesignWidth =" 800" d : DesignHeight =" 450"
6
6
x : Class =" ChatGPT.UI.MainWindow"
7
7
Title =" ChatGPT"
8
- Background =" {x:Null} "
8
+ Background =" Transparent "
9
9
TransparencyLevelHint =" Transparent"
10
10
ExtendClientAreaToDecorationsHint =" True"
11
11
ExtendClientAreaChromeHints =" NoChrome"
12
12
ExtendClientAreaTitleBarHeightHint =" -1"
13
+ SystemDecorations =" None"
13
14
x : Name =" Main" >
15
+
16
+
17
+
14
18
<Panel >
15
19
<!-- <ExperimentalAcrylicBorder IsHitTestVisible="False">
16
20
<ExperimentalAcrylicBorder.Material>
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
3
3
<configuration >
4
4
<packageSources >
5
5
<clear />
6
6
<add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
7
+ <add key =" avalonia-all" value =" https://pkgs.dev.azure.com/AvaloniaUI/AvaloniaUI/_packaging/avalonia-all/nuget/v3/index.json" />
8
+ <add key =" avalonia" value =" https://nuget.avaloniaui.net/repository/avalonia-all/index.json" protocolVersion =" 3" />
7
9
</packageSources >
8
10
</configuration >
You can’t perform that action at this time.
0 commit comments