Skip to content

Commit

Permalink
Slight modificatoin to togglebutton style & fix sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
Marterich committed Oct 26, 2024
1 parent 3faa3ba commit 79fb48e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions xaml/inputXML.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,13 @@
BorderThickness="{DynamicResource ButtonBorderThickness}"
CornerRadius="{DynamicResource ButtonCornerRadius}">
<Grid>
<!-- Toggle Dot Background -->
<Ellipse
Width="8" Height="16"
Fill="{DynamicResource ToggleButtonOnColor}"
HorizontalAlignment="Right"
VerticalAlignment="Top"
Margin="0,3,5,0" />
<!-- Toggle Dot -->
<Ellipse x:Name="ToggleDot"
Width="8" Height="8"
Expand Down Expand Up @@ -1028,8 +1035,8 @@

<Grid Grid.Row="0" Grid.Column="0" Margin="{DynamicResource TabContentMargin}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="3*" />
<ColumnDefinition Width="225" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>

<Grid Name="appscategory" Grid.Column="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
Expand Down

0 comments on commit 79fb48e

Please sign in to comment.