Skip to content

Commit

Permalink
[1] Upgrade to AppSuite 3.0.0.1009-dev.
Browse files Browse the repository at this point in the history
[2] Align dialog styles to AppSuite.
  • Loading branch information
hamster620 committed Oct 9, 2024
1 parent b218b27 commit 592e9c6
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 95 deletions.
5 changes: 2 additions & 3 deletions ULogViewer/Controls/AppOptionsDialog.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<DockPanel>

<!-- Control buttons -->
<Border Classes="Dialog_ControlButtonsPanel" BoxShadow="{StaticResource BoxShadows/None}" DockPanel.Dock="Bottom">
<Border Classes="Dialog_ControlButtonsPanel" DockPanel.Dock="Bottom">
<StackPanel Classes="Dialog_ControlButtonsPanel">
<Button Classes="Dialog_ControlButton" Command="{ReflectionBinding $parent[Window].GenerateResultCommand}" Content="{DynamicResource String/Common.OK}"/>
<Button Classes="Dialog_ControlButton" Command="{ReflectionBinding #window.GenerateResultCommand}" Content="{Binding #window.OKButtonText}"/>
</StackPanel>
</Border>

Expand Down Expand Up @@ -496,7 +496,6 @@

</StackPanel>
</ScrollViewer>
<Border BoxShadow="{DynamicResource BoxShadows/Shadow.Inner.Light}" Margin="0,-100,-100,0"/>
</Panel>

</DockPanel>
Expand Down
Loading

0 comments on commit 592e9c6

Please sign in to comment.