Skip to content

Commit

Permalink
Fix pop-up placement bug.
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
ChiNoel-osu committed Dec 11, 2022
1 parent 08f75c1 commit 379a8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FolderThumbnailExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ApplicationIcon>icon.ico</ApplicationIcon>
<IsPublishable>False</IsPublishable>
<SignAssembly>False</SignAssembly>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Authors>Victor</Authors>
<Copyright>GNU AFFERO GENERAL PUBLIC LICENSE</Copyright>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
4 changes: 3 additions & 1 deletion View/ImageControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
Content=""
Click="NextClick"
Margin="0,5" />
<Label Content="..."
<Label Name="SettingsLabel"
Content="..."
Padding="0"
Foreground="WhiteSmoke"
FontSize="22"
Expand All @@ -79,6 +80,7 @@
<Popup Name="SettingsPopup"
AllowsTransparency="True"
PopupAnimation="Fade"
PlacementTarget="{Binding ElementName=SettingsLabel}"
Placement="Right"
MouseLeave="SettingsPopup_MouseLeave">
<Border BorderBrush="Gray"
Expand Down

0 comments on commit 379a8de

Please sign in to comment.