mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
oops
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<TextBlock Margin="0,24,0,0" Style="{StaticResource ZuneBodyTextBlockStyle}">
|
||||
<Run Text="General" Style="{StaticResource ZuneHeaderTextStyle}"/>
|
||||
</TextBlock>
|
||||
<TextBlock Text="Choose how often to request donations." Margin="0,8"
|
||||
<TextBlock Text="Choose how often the donation prompt is shown." Margin="0,8"
|
||||
Style="{StaticResource ZuneBodyTextBlockStyle}" />
|
||||
<ComboBox SelectedValue="{Binding Settings.DonationRequestInterval}"
|
||||
ItemsSource="{ocW:EnumValues Enum=zmhs:DonationRequestInterval}"
|
||||
|
||||
@@ -907,4 +907,15 @@
|
||||
</Setter>
|
||||
</Style>
|
||||
|
||||
<!-- Focus Visual -->
|
||||
<Style x:Key="Ý">
|
||||
<Setter Property="Control.Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate>
|
||||
<Rectangle Margin="2" SnapsToDevicePixels="true" Stroke="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" StrokeThickness="1" StrokeDashArray="1 2"/>
|
||||
</ControlTemplate>
|
||||
</Setter.Value>
|
||||
</Setter>
|
||||
</Style>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user