Skip to content

Commit

Permalink
icofix
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoosewiththebowtie committed Aug 6, 2024
1 parent 9e0a5df commit 17a4627
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Fr3-d1/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:local="clr-namespace:Fr3_d1"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d" FontFamily="{StaticResource DefFont}"
ResizeMode="CanResize"
ResizeMode="CanResize" Icon="Resources/icons/eye.ico"
Title="Fr3-d1" MinWidth="800" MinHeight="450" Height="450" Width="800" WindowStyle='None'>
<Grid>
<Grid.RowDefinitions>
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
mc:Ignorable="d"
mc:Ignorable="d" Icon="/Resources/icons/eye.ico"
ResizeMode="CanMinimize"
WindowStyle="None"
Background="{StaticResource Background}"
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/Edit.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
xmlns:local="clr-namespace:Fr3_d1.PopUps" Icon="/Resources/icons/eye.ico"
mc:Ignorable="d" WindowStyle="None" WindowStartupLocation="CenterScreen"
Title="Edit" Height="450" Width="800">
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/Guidelines.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
mc:Ignorable="d"
mc:Ignorable="d" Icon="/Resources/icons/eye.ico"
Background="{StaticResource Background}"
WindowStartupLocation="CenterOwner"
WindowStyle="None"
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/LogIn.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
ResizeMode="CanMinimize" WindowStyle="None" WindowStartupLocation="CenterScreen"
Background="{StaticResource Background}"
Background="{StaticResource Background}" Icon="/Resources/icons/eye.ico"
mc:Ignorable="d" FontFamily="{StaticResource DefFont}"
Title="LogIn" Height="150" Width="350">
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/NewStatement.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:local="clr-namespace:Fr3_d1.PopUps"
mc:Ignorable="d"
WindowStartupLocation="CenterScreen"
WindowStyle="None"
WindowStyle="None" Icon="/Resources/icons/eye.ico"
Background="{StaticResource Background}"
FontFamily="{StaticResource DefFont}"
MinWidth="800" MinHeight="450"
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/NoAccess.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen"
Background="{StaticResource Background}"
Background="{StaticResource Background}" Icon="/Resources/icons/eye.ico"
mc:Ignorable="d" FontFamily="{StaticResource DefFont}"
Title="No Access" Height="200" Width="350">
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/Report.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
xmlns:local="clr-namespace:Fr3_d1.PopUps" Icon="/Resources/icons/eye.ico"
WindowStyle="None" WindowStartupLocation="CenterScreen" ResizeMode="CanResizeWithGrip"
mc:Ignorable="d" Background="{StaticResource Background}"
Title="Report" Height="450" Width="300">
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/Supplemental.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
mc:Ignorable="d"
mc:Ignorable="d" Icon="/Resources/icons/eye.ico"
Title="Supplemental" Height="450" Width="800">
<Grid>

Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/SyncProcess.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mc:Ignorable="d"
ResizeMode="NoResize"
WindowStyle="None"
WindowStartupLocation="CenterOwner"
WindowStartupLocation="CenterOwner" Icon="/Resources/icons/eye.ico"
FontFamily="{StaticResource DefFont}"
Background="{StaticResource Background}"
Title="SyncProcess" Height="200" Width="300">
Expand Down
2 changes: 1 addition & 1 deletion Fr3-d1/PopUps/howtouse.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Fr3_d1.PopUps"
mc:Ignorable="d"
mc:Ignorable="d" Icon="/Resources/icons/eye.ico"
Background="{StaticResource Background}"
WindowStartupLocation="CenterOwner"
WindowStyle="None"
Expand Down

0 comments on commit 17a4627

Please sign in to comment.