|
@@ -156,7 +156,14 @@
|
|
|
SelectionStart="{TemplateBinding SelectionStart}"
|
|
SelectionStart="{TemplateBinding SelectionStart}"
|
|
|
Text="{TemplateBinding Text,Mode=TwoWay}"
|
|
Text="{TemplateBinding Text,Mode=TwoWay}"
|
|
|
TextAlignment="{TemplateBinding TextAlignment}"
|
|
TextAlignment="{TemplateBinding TextAlignment}"
|
|
|
- TextWrapping="{TemplateBinding TextWrapping}" />
|
|
|
|
|
|
|
+ TextWrapping="{TemplateBinding TextWrapping}">
|
|
|
|
|
+ <TextPresenter.Margin>
|
|
|
|
|
+ <OnPlatform>
|
|
|
|
|
+ <OnPlatform.Default>0</OnPlatform.Default>
|
|
|
|
|
+ <OnPlatform.macOS>2, 0</OnPlatform.macOS>
|
|
|
|
|
+ </OnPlatform>
|
|
|
|
|
+ </TextPresenter.Margin>
|
|
|
|
|
+ </TextPresenter>
|
|
|
</Panel>
|
|
</Panel>
|
|
|
</ScrollViewer>
|
|
</ScrollViewer>
|
|
|
<ContentPresenter Grid.Column="2"
|
|
<ContentPresenter Grid.Column="2"
|