Skip to content

Commit

Permalink
Add Side by side to Appearance settings tab #89
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Sep 17, 2024
1 parent 4f31973 commit b415509
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/PicView.Avalonia/Views/AppearanceView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,24 @@
Mode=OneWay}" />
</ToggleButton>

<ToggleButton
Background="Transparent"
BorderThickness="0"
Classes="altHover"
Command="{CompiledBinding ShowSideBySideCommand}"
IsChecked="{CompiledBinding IsShowingSideBySide}"
Margin="0,0,0,3"
Width="270"
x:Name="SideBySideToggleButton">
<TextBlock
Classes="txt"
Margin="0"
MaxWidth="240"
Padding="0,1,5,0"
Text="{CompiledBinding SideBySide,
Mode=OneWay}" />
</ToggleButton>

<TextBlock
Classes="txt"
FontFamily="/Assets/Fonts/Roboto-Bold.ttf#Roboto"
Expand Down

0 comments on commit b415509

Please sign in to comment.