Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
b3c377da
Commit
b3c377da
authored
Mar 02, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 FLY.ControlLibrary/Themes/Dictionary_MyStyle.xaml bar 的蓝色
parent
d7f3e030
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Dictionary_MyStyle.xaml
...Library/FLY.ControlLibrary/Themes/Dictionary_MyStyle.xaml
+6
-5
No files found.
Project.FLY.ControlLibrary/FLY.ControlLibrary/Themes/Dictionary_MyStyle.xaml
View file @
b3c377da
...
@@ -10,15 +10,16 @@
...
@@ -10,15 +10,16 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/MaterialDesignIcons.xaml"/>
<ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/MaterialDesignIcons.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary.MergedDictionaries>
<SolidColorBrush x:Key="Brush_theme_bar" Color="#C0008BE5"/>
<SolidColorBrush x:Key="Background_Title" Color="#C0008BE5"/>
<SolidColorBrush x:Key="Color_theme_activity" Color="#FF008BE5"/>
<SolidColorBrush x:Key="Color_theme_activity" Color="#FF008BE5"/>
<SolidColorBrush x:Key="Color_theme_static" Color="#FF3B3B3B"/>
<SolidColorBrush x:Key="Color_theme_static" Color="#FF3B3B3B"/>
<SolidColorBrush x:Key="Color_theme_noact" Color="#FF888888"/>
<SolidColorBrush x:Key="Color_theme_noact" Color="#FF888888"/>
<SolidColorBrush x:Key="Color_theme_background" Color="White"/>
<SolidColorBrush x:Key="Color_theme_background" Color="White"/>
<SolidColorBrush x:Key="Color_theme_text_activity" Color="DarkBlue"/>
<SolidColorBrush x:Key="Color_theme_text_activity" Color="DarkBlue"/>
<ImageBrush x:Key="Background_Title" ImageSource="pack://application:,,,/FLY.ControlLibrary;component/Images/background.jpg" Stretch="None"
Viewport="0 0 0.5 1" TileMode="Tile" />
<Style TargetType="TextBox" x:Key="TextBoxStyle1">
<Style TargetType="TextBox" x:Key="TextBoxStyle1">
<Setter Property="Template">
<Setter Property="Template">
<Setter.Value>
<Setter.Value>
...
@@ -260,7 +261,7 @@
...
@@ -260,7 +261,7 @@
<Setter Property="Height" Value="80"/>
<Setter Property="Height" Value="80"/>
<Setter Property="Width" Value="80"/>
<Setter Property="Width" Value="80"/>
<Setter Property="Margin" Value="0,24"/>
<Setter Property="Margin" Value="0,24"/>
<Setter Property="Background" Value="
#FF0083D7
"/>
<Setter Property="Background" Value="
{StaticResource Brush_theme_bar}
"/>
<Setter Property="Content">
<Setter Property="Content">
<Setter.Value>
<Setter.Value>
<Path Fill="White" Data="{StaticResource Geometry_arrow-left-bold}"
<Path Fill="White" Data="{StaticResource Geometry_arrow-left-bold}"
...
@@ -277,7 +278,7 @@
...
@@ -277,7 +278,7 @@
<Setter Property="Background" Value="White"/>
<Setter Property="Background" Value="White"/>
<Setter Property="Content">
<Setter Property="Content">
<Setter.Value>
<Setter.Value>
<Path Fill="
#FF0083D7
" Data="{StaticResource Geometry_arrow-left-bold}"
<Path Fill="
{StaticResource Brush_theme_bar}
" Data="{StaticResource Geometry_arrow-left-bold}"
SnapsToDevicePixels ="True"
SnapsToDevicePixels ="True"
Stretch="Fill"
Stretch="Fill"
Height="60" Width="60" HorizontalAlignment="Right" Margin="0,0,-2,0"/>
Height="60" Width="60" HorizontalAlignment="Right" Margin="0,0,-2,0"/>
...
...
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