Skip to content

Commit

Permalink
Tab names
Browse files Browse the repository at this point in the history
  • Loading branch information
hawku committed Dec 15, 2018
1 parent 2d29df0 commit 095c07d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions TabletDriverGUI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
Background="White"
>

<!-- General settings -->
<!-- Area tab -->
<TabItem>
<TabItem.Header>
<TextBlock FontSize="14" Foreground="#006600" FontWeight="Bold">
<AccessText Text="_Settings"/>
<AccessText Text="_Area"/>
</TextBlock>
</TabItem.Header>

Expand Down Expand Up @@ -351,6 +351,7 @@
</ScrollViewer>
</TabItem>

<!-- Buttons tab -->
<TabItem>
<TabItem.Header>
<TextBlock FontSize="14" Foreground="#006699" FontWeight="Bold">
Expand Down Expand Up @@ -680,6 +681,7 @@
</StackPanel>
</TabItem>

<!-- Filters tab -->
<TabItem>
<TabItem.Header>
<TextBlock FontSize="14" Foreground="#003399" FontWeight="Bold">
Expand Down Expand Up @@ -1018,7 +1020,7 @@
<TabItem>
<TabItem.Header>
<TextBlock FontSize="14" Foreground="#000066" FontWeight="Bold">
<AccessText Text="Misc"/>
<AccessText Text="_Misc"/>
</TextBlock>
</TabItem.Header>

Expand Down Expand Up @@ -1072,6 +1074,7 @@
</StackPanel>
</TabItem>

<!-- Commands tab -->
<TabItem Name="tabCommands">
<TabItem.Header>
<TextBlock FontSize="14" Foreground="#000" FontWeight="Bold">
Expand Down Expand Up @@ -1115,6 +1118,8 @@
</GroupBox>
</Grid>
</TabItem>

<!-- Console tab -->
<TabItem Name="tabConsole">
<TabItem.Header>
<TextBlock FontSize="14" Foreground="#000" FontWeight="Bold">
Expand Down Expand Up @@ -1190,6 +1195,7 @@
</Grid>

</TabItem>

</TabControl>

<Grid Margin="5,5,5,25" Height="35" VerticalAlignment="Bottom">
Expand Down

0 comments on commit 095c07d

Please sign in to comment.