- fix: some message for interactions
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
<BoxContainer Orientation="Vertical" Margin="5 5 5 5">
|
||||
<BoxContainer Orientation="Vertical" Margin="5 20 5 20" HorizontalAlignment="Stretch" HorizontalExpand="True">
|
||||
<BoxContainer HorizontalAlignment="Center" HorizontalExpand="True">
|
||||
<BoxContainer Orientation="Vertical" Margin="5 5 5 5">
|
||||
<SpriteView Name="PerformerView" Margin="5 10 5 15" HorizontalAlignment="Center"/>
|
||||
<BoxContainer Margin="5 5 5 5">
|
||||
<RichTextLabel Name="PerformerDesc"/>
|
||||
<SpriteView Scale="2 2" Name="PerformerView" Margin="5 10 5 15" HorizontalAlignment="Center"/>
|
||||
</BoxContainer>
|
||||
|
||||
<controls1:HighDivider Margin="5 5 5 5"/>
|
||||
|
||||
<BoxContainer Orientation="Vertical" Margin="5 5 5 5">
|
||||
<SpriteView Name="TargetView" Margin="5 10 5 15" HorizontalAlignment="Center"/>
|
||||
<BoxContainer Margin="5 5 5 5">
|
||||
<SpriteView Scale="2 2" Name="TargetView" Margin="5 10 5 15" HorizontalAlignment="Center"/>
|
||||
<RichTextLabel Name="TargerDesc"/>
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
@@ -39,7 +39,7 @@
|
||||
<CheckBox Margin="5 0 5 0" Name="DisCheckbox"/>
|
||||
<Label Margin="5 0 5 0" Text="{Loc 'interaction-hide-unvisible'}"/>
|
||||
</BoxContainer>
|
||||
<Button Margin="5 5 5 5" Text="Update"/>
|
||||
<Button Margin="5 5 5 5" Text="{Loc 'interaction-update'}" Name="UpdateButton"/>
|
||||
|
||||
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
||||
<BoxContainer Orientation="Vertical" Margin="5 20 5 20" Name="Interactions">
|
||||
|
||||
Reference in New Issue
Block a user