Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.ElectricRabbit
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.ElectricRabbit
Commits
56588334
Commit
56588334
authored
Oct 13, 2022
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
闪烁配置bug修复
parent
2bfcb8c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
VIZ.ElectricRabbit.Module/MainView/View/MainView.xaml
+2
-1
VIZ.ElectricRabbit.Module/SettingView/View/SettingView.xaml
+1
-1
No files found.
VIZ.ElectricRabbit.Module/MainView/View/MainView.xaml
View file @
56588334
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary.MergedDictionaries>
<fcore:Bool2VisibilityConverter x:Key="Bool2VisibilityConverter" TrueVisibility="Visible" FalseVisibility="Collapsed"></fcore:Bool2VisibilityConverter>
<fcore:Bool2VisibilityConverter x:Key="Bool2VisibilityConverter" TrueVisibility="Visible" FalseVisibility="Collapsed"></fcore:Bool2VisibilityConverter>
<fcore:Double2TimeSpanConverter x:Key="Double2TimeSpanConverter" Type="Second"></fcore:Double2TimeSpanConverter>
</ResourceDictionary>
</ResourceDictionary>
</UserControl.Resources>
</UserControl.Resources>
...
@@ -52,7 +53,7 @@
...
@@ -52,7 +53,7 @@
</Grid.ColumnDefinitions>
</Grid.ColumnDefinitions>
<!-- 提示区域 -->
<!-- 提示区域 -->
<fcommon:FlashingBorder IsFlashingEnabled="{Binding Path=SettingViewModel.IsFlashingEnabled}"
<fcommon:FlashingBorder IsFlashingEnabled="{Binding Path=SettingViewModel.IsFlashingEnabled}"
FlashingInterval="{Binding Path=SettingViewModel.FlashingInterval}">
FlashingInterval="{Binding Path=SettingViewModel.FlashingInterval
,Converter={StaticResource Double2TimeSpanConverter}
}">
<common:ArrowShape ArrowMaxHeight="120" ArrowMaxWidth="120" ArrowMinHeigh="60" ArrowMinWidth="60"
<common:ArrowShape ArrowMaxHeight="120" ArrowMaxWidth="120" ArrowMinHeigh="60" ArrowMinWidth="60"
RectangleMaxHeigh="40" RectangleMaxWidth="1200" RectangleMinHeigh="5" RectangleMinWidth="20"
RectangleMaxHeigh="40" RectangleMaxWidth="1200" RectangleMinHeigh="5" RectangleMinWidth="20"
SafeRectangleWidth="400" RectangleHeightProportion="0.4"
SafeRectangleWidth="400" RectangleHeightProportion="0.4"
...
...
VIZ.ElectricRabbit.Module/SettingView/View/SettingView.xaml
View file @
56588334
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
<TextBlock Text="闪烁间隔(秒)" Foreground="#AAFFFFFF" VerticalAlignment="Center" FontSize="14" Grid.Row="2"
<TextBlock Text="闪烁间隔(秒)" Foreground="#AAFFFFFF" VerticalAlignment="Center" FontSize="14" Grid.Row="2"
Margin="10,0,10,0"></TextBlock>
Margin="10,0,10,0"></TextBlock>
<toolkit:DoubleUpDown Grid.Row="2" Grid.Column="1" Height="30" Margin="10,0,10,0"
<toolkit:DoubleUpDown Grid.Row="2" Grid.Column="1" Height="30" Margin="10,0,10,0"
Minimum="0.3" Maximum="5"
Minimum="0.3" Maximum="5"
Increment="0.1"
Value="{Binding Path=SettingViewModel.FlashingInterval,Mode=TwoWay}"></toolkit:DoubleUpDown>
Value="{Binding Path=SettingViewModel.FlashingInterval,Mode=TwoWay}"></toolkit:DoubleUpDown>
<!-- 配色 -->
<!-- 配色 -->
<TextBlock Text="配色" Foreground="#AAFFFFFF" VerticalAlignment="Center" FontSize="14" Grid.Row="3"
<TextBlock Text="配色" Foreground="#AAFFFFFF" VerticalAlignment="Center" FontSize="14" Grid.Row="3"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment