Skip to content

Commit

Permalink
Added: MultiLineTextEditor, TimePicker; Unified look of popups
Browse files Browse the repository at this point in the history
  • Loading branch information
steto-scope committed Aug 12, 2014
1 parent af0458d commit 98f8e6f
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 54 deletions.
8 changes: 8 additions & 0 deletions Monotone/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@
</xtk:SplitButton.DropDownContent>

</xtk:SplitButton>
<xtk:TimelinePanel BeginDate="01/01/2007" EndDate="12/31/2007" Margin="5">
<TextBlock Text="TimelinePanel" xtk:TimelinePanel.Date="02/01/2007" />
<TextBlock Text="TimelinePanel" xtk:TimelinePanel.Date="03/31/2007" />
<TextBlock Text="TimelinePanel" xtk:TimelinePanel.Date="07/06/2007" />
</xtk:TimelinePanel>

</StackPanel>

Expand All @@ -325,6 +330,9 @@
</xtk:RichTextBoxFormatBarManager.FormatBar>
</xtk:RichTextBox>
<xtk:CalculatorUpDown Margin="5"></xtk:CalculatorUpDown>
<xtk:MultiLineTextEditor Margin="5">
MultiLineTextEditor
</xtk:MultiLineTextEditor>
</StackPanel>

<StackPanel Grid.Column="2">
Expand Down
1 change: 1 addition & 0 deletions Monotone/Monotone.Brushes.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<SolidColorBrush Color="{DynamicResource BaseColor}" x:Key="BaseBrush" />
<SolidColorBrush Color="{DynamicResource Base2Color}" x:Key="LighterBaseBrush" />
<SolidColorBrush Color="{DynamicResource Base4Color}" x:Key="VeryLighterBaseBrush" />
<SolidColorBrush Color="{DynamicResource Base6Color}" x:Key="PopupBorderBrush" />
<SolidColorBrush Color="{DynamicResource BaseM2Color}" x:Key="DarkerBaseBrush" />
<SolidColorBrush Color="{StaticResource TextColor}" x:Key="TextBrush" />
<SolidColorBrush Color="{DynamicResource Base3Color}" x:Key="BaseBorderBrush" />
Expand Down
Loading

0 comments on commit 98f8e6f

Please sign in to comment.