Skip to content

Commit ba2c8cb

Browse files
committed
start toolbar
1 parent bf4005f commit ba2c8cb

47 files changed

Lines changed: 598 additions & 140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€ŽSimpleStateMachineNodeEditor/App.xamlβ€Ž

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<Application.Resources>
77
<ResourceDictionary>
88
<ResourceDictionary.MergedDictionaries>
9-
10-
9+
<ResourceDictionary Source="Images.xaml"/>
1110
<ResourceDictionary Source="Styles/Colors.xaml"/>
1211

1312
<!--#region Test-->
@@ -63,14 +62,14 @@
6362

6463
<!--#endregion Node-->
6564

66-
67-
6865
<!--#region MainWindow-->
69-
66+
67+
7068
<ResourceDictionary Source="Styles/MainWindow/CustomWindowTemplate.xaml"/>
7169

7270
<!--#region Header-->
73-
71+
<ResourceDictionary Source="Styles/MainWindow/ToolBar/ToolButtonTemplate.xaml"/>
72+
<ResourceDictionary Source="Styles/MainWindow/ToolBarTemplate.xaml"/>
7473
<ResourceDictionary Source="Styles/MainWindow/Header/HeaderButtonTemplate.xaml"/>
7574

7675
<!--#endregion Header-->

β€ŽSimpleStateMachineNodeEditor/Helpers/Enums/ConnectType.csβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
3+
4+
5+
6+
<ResourceDictionary x:Key="ImageRelationship" Source="Images/Relationship_16x.xaml" />
7+
</ResourceDictionary>
171 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading
292 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading
347 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading
227 Bytes
Loading

0 commit comments

Comments
Β (0)