Skip to content

Commit

Permalink
Plan on transition from wpf to uno
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdi-Suufi committed Jun 16, 2024
1 parent 626b59c commit 1825dee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@

<Label
Name="LocationLabel"
Grid.Row="1"
Grid.Column="0"
Grid.ColumnSpan="2"
Width="200"
Height="30"
Margin="300,0,300,10"
Margin="0,10,580,82"
HorizontalContentAlignment="Center"
FontSize="40px"
FontWeight="Bold"
Foreground="black" />

Expand Down
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ public class HourlyForecast
public string IconUrl { get; set; }
}
}
}
}
1 change: 1 addition & 0 deletions WeatherApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<PackageReference Include="bootstrap" Version="5.3.3" />
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Uno.UI" Version="5.2.161" />
<Resource Include="assets\images\background.jpg" />
<Resource Include="assets\images\app_icon.ico" />
<Resource Include="Assets\images\background1.jpg" />
Expand Down

0 comments on commit 1825dee

Please sign in to comment.