Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
diluculo committed Nov 2, 2021
1 parent c32dee9 commit 3af72b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
3 changes: 2 additions & 1 deletion src/Gemini/Gemini.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
</Compile>
<DesignData Include="Modules\Settings\SampleData\SettingsViewModelSampleData.xaml" />
<Resource Include="Framework\ShaderEffects\GrayscaleEffect.ps" />
<Resource Include="Framework\ShaderEffects\ThemedImageEffect.ps" />
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Resource Include="Resources\Icons\*.png" />
<Resource Include="Resources\Icons\*.png" />
<EmbeddedResource Update="Properties\Resources.de.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.de.Designer.cs</LastGenOutput>
Expand Down
19 changes: 7 additions & 12 deletions src/Gemini/Themes/VS2013/Controls/Menu.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,6 @@
Background="Transparent"
Padding="2,0,1,0">
<Grid>
<ContentPresenter x:Name="Icon"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Height="16" Width="16"
ContentSource="Icon">
<ContentPresenter.Effect>
<shaderEffects:ThemedImageEffect Background="{Binding Converter={StaticResource SolidColorBrushToColorConverter}, Mode=OneWay,
Source={StaticResource DefaultBackground}, Path=Data}"
IsEnabled="{Binding Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}, Path=IsEnabled}"/>
</ContentPresenter.Effect>
</ContentPresenter>
<Border x:Name="Check"
VerticalAlignment="Center" HorizontalAlignment="Center"
Width="16" Height="16"
Expand All @@ -178,7 +167,13 @@
HorizontalAlignment="Center"
VerticalAlignment="Center"
Height="16" Width="16"
ContentSource="Icon" />
ContentSource="Icon">
<ContentPresenter.Effect>
<shaderEffects:ThemedImageEffect Background="{Binding Converter={StaticResource SolidColorBrushToColorConverter}, Mode=OneWay,
Source={StaticResource DefaultBackground}, Path=Data}"
IsEnabled="{Binding Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}, Path=IsEnabled}"/>
</ContentPresenter.Effect>
</ContentPresenter>
</Border>
</Grid>
</Border>
Expand Down

0 comments on commit 3af72b0

Please sign in to comment.