Skip to content

Commit

Permalink
Fixed Apply button in "Move to screen" not visible (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 6, 2024
1 parent 2239743 commit 866daaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PermaTop/UserControls/WindowPropertyItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,11 @@
x:Name="MoveBtn"
Padding="2"
HorizontalAlignment="Center"
Background="Transparent"
Background="{DynamicResource Accent}"
Click="MoveBtn_Click"
Content="{x:Static lang:Resources.SetPosition}"
FontWeight="Bold"
Foreground="{DynamicResource Foreground1}"
Style="{DynamicResource PrimaryButton}" />
</StackPanel>
</Border>
Expand Down

0 comments on commit 866daaf

Please sign in to comment.