mirror of
https://github.com/par274/sharpemu.git
synced 2026-08-06 01:49:47 +08:00
Renderdoc (#753)
* [videoout] added renderdoc in-app capture * [gui] added renderdoc toggle and debug group * [gui] added renderdoc strings to all languages
This commit is contained in:
@@ -42,6 +42,27 @@ Options page section transitions and content layout
|
||||
<Setter Property="Padding" Value="0" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="TextBlock.optionsGroupHeader">
|
||||
<Setter Property="FontSize" Value="12" />
|
||||
<Setter Property="FontWeight" Value="SemiBold" />
|
||||
<Setter Property="Foreground" Value="#8CFFFFFF" />
|
||||
<Setter Property="Margin" Value="2,0,0,10" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="Border.optionsGroupDivider">
|
||||
<Setter Property="Height" Value="1" />
|
||||
<Setter Property="Margin" Value="0,18,0,18" />
|
||||
<Setter Property="HorizontalAlignment" Value="Stretch" />
|
||||
<Setter Property="Background">
|
||||
<LinearGradientBrush StartPoint="0%,0%" EndPoint="100%,0%">
|
||||
<GradientStop Offset="0" Color="#00FFFFFF" />
|
||||
<GradientStop Offset="0.06" Color="#2EFFFFFF" />
|
||||
<GradientStop Offset="0.55" Color="#14FFFFFF" />
|
||||
<GradientStop Offset="1" Color="#00FFFFFF" />
|
||||
</LinearGradientBrush>
|
||||
</Setter>
|
||||
</Style>
|
||||
|
||||
<Style Selector="Border.optionsInfoRow">
|
||||
<Setter Property="MinHeight" Value="70" />
|
||||
<Setter Property="Padding" Value="18,12" />
|
||||
|
||||
Reference in New Issue
Block a user