Skip to content

Commit

Permalink
Merge branch 'Sajidur78-theming' into jay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryochan7 committed Aug 6, 2021
2 parents 09280b6 + 4a07167 commit 830662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DS4Windows/DS4Forms/Themes/DarkTheme.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition MinWidth="{x:Static SystemParameters.VerticalScrollBarWidth}"/>
<ColumnDefinition MinWidth="{x:Static SystemParameters.VerticalScrollBarWidth}" Width="0"/>
</Grid.ColumnDefinitions>

<ToggleButton Style="{StaticResource ComboBoxToggle}" BorderBrush="{TemplateBinding BorderBrush}"
Expand Down

0 comments on commit 830662b

Please sign in to comment.