diff --git a/SettingsWindow/TimeZoneWindow.xaml b/SettingsWindow/TimeZoneWindow.xaml index 1dc0d56..9eb7aec 100644 --- a/SettingsWindow/TimeZoneWindow.xaml +++ b/SettingsWindow/TimeZoneWindow.xaml @@ -8,6 +8,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" xmlns:windows="clr-namespace:ChrisKaczor.Wpf.Windows;assembly=ChrisKaczor.Wpf.Windows.CategoryWindow" + xmlns:system="clr-namespace:System;assembly=System.Runtime" mc:Ignorable="d" Title="TimeZoneWindow" ResizeMode="NoResize" @@ -42,12 +43,26 @@ mah:TextBoxHelper.SelectAllOnFocus="True" Text="{Binding Path=Label, UpdateSourceTrigger=Explicit, ValidatesOnExceptions=True}" /> + mah:TextBoxHelper.Watermark="{x:Static properties:Resources.TimeZoneColumnHeader}"> + + + + + + + + + -