Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
reverted experimental fix to #104
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijabase committed Dec 7, 2021
1 parent 3823ff3 commit 9ddf33b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions UI/STheme/STheme.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
<avalonDockConverters:LayoutItemFromLayoutModelConverter x:Key="LayoutItemFromLayoutModelConverter"/>
<avalonDockConverters:ActivateCommandLayoutItemFromLayoutModelConverter x:Key="ActivateCommandLayoutItemFromLayoutModelConverter"/>

<Style TargetType="{x:Type ListBoxItem}">
<Setter Property="HorizontalAlignment" Value="Left" />
<Setter Property="VerticalAlignment" Value="Top" />
</Style>

<Style x:Key="AvalonDock_ThemeMetro_ToolButtonStyle" TargetType="ToggleButton">
<Setter Property="Background" Value="Transparent"/>
<Setter Property="BorderThickness" Value="1"/>
Expand Down

0 comments on commit 9ddf33b

Please sign in to comment.