Skip to content

Commit

Permalink
ui: keep size of api toggle button consistent between states
Browse files Browse the repository at this point in the history
  • Loading branch information
fifty-six committed Sep 23, 2023
1 parent dde777e commit ac6eb44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scarab/Views/ModPageView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
Grid.Column="3"
Grid.Row="0"
Margin=" 5 0"
Width="120"
IsChecked="{Binding Api, Converter={x:Static c:ModStateConverters.IsInstalledAndEnabled}, Mode=OneWay}"
Command="{Binding ToggleApi}"
VerticalAlignment="Stretch">
Expand Down

0 comments on commit ac6eb44

Please sign in to comment.