Skip to content

Commit

Permalink
Infrastructure Preparation 216
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Aug 14, 2023
1 parent a9a11a2 commit 9f1a318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x86</Platform>
<TargetFramework>net48</TargetFramework>
<TargetFramework>net481</TargetFramework>
<PublishDir>..\..\Sucrose\App\$(TargetFramework)\$(Platform)\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
Expand Down
2 changes: 1 addition & 1 deletion src/Portal/Sucrose.Portal/Views/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void ApplyTheme(Button Button)

private void ApplySearch(double Width)
{
SearchBox.Margin = new Thickness(0, 0, ((Width - SearchBox.MaxWidth) / 2) - 190, 0);
SearchBox.Margin = new Thickness(0, 0, ((Width - SearchBox.MaxWidth) / 2) - 195, 0);
}

private void ApplyGeneral(bool Mode = true)
Expand Down

0 comments on commit 9f1a318

Please sign in to comment.