Browse Subversion Repository
Diff of /branches/ProcessWatchImpl/Scone/Themes/Generic.xaml
Parent Directory
| Revision Log
| Patch
| 39 |
|
|
| 40 |
<Style TargetType="{x:Type local:FormatBox}" BasedOn="{StaticResource {x:Type base:BiStateTextBox}}"> |
<Style TargetType="{x:Type local:FormatBox}" BasedOn="{StaticResource {x:Type base:BiStateTextBox}}"> |
| 41 |
<Style.Setters> |
<Style.Setters> |
| 42 |
<Setter Property="EmptyExpression" Value="Twitterのフォーマットを入力して下さい。"/> |
<Setter Property="EmptyExpression" Value="Twitterのフォーマットを入力して下さい。" /> |
| 43 |
<Setter Property="EmbodimentText" Value="" /> |
<Setter Property="EmbodimentText" Value="" /> |
| 44 |
</Style.Setters> |
</Style.Setters> |
| 45 |
</Style> |
</Style> |
|
</ResourceDictionary> |
|
| 46 |
|
|
| 47 |
|
<Style TargetType="{x:Type local:EventSurrogater}"> |
| 48 |
|
<Style.Setters> |
| 49 |
|
<Setter Property="IsHitTestVisible" Value="false"/> |
| 50 |
|
<Setter Property="IsTabStop" Value="false"/> |
| 51 |
|
<Setter Property="MaxHeight" Value="1"/> |
| 52 |
|
<Setter Property="MaxWidth" Value="1"/> |
| 53 |
|
<Setter Property="Foreground" Value="{x:Null}"/> |
| 54 |
|
<Setter Property="Background" Value="{x:Null}"/> |
| 55 |
|
<Setter Property="BorderBrush" Value="{x:Null}"/> |
| 56 |
|
<Setter Property="Focusable" Value="false"/> |
| 57 |
|
</Style.Setters> |
| 58 |
|
</Style> |
| 59 |
|
|
| 60 |
|
|
| 61 |
|
</ResourceDictionary> |
|
|
Legend:
| Removed from v.43 |
|
| changed lines |
| |
Added in v.44 |
|
|
|