-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e9a745
commit 44ea717
Showing
4 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
Content.Client/_DV/CustomObjectiveSummary/CustomObjectiveSummaryWindow.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<controls:FancyWindow xmlns="https://spacestation14.io" | ||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls" | ||
Title="{Loc 'custom-objective-UI-title'}" | ||
Title="{Loc 'custom-objective-window-title'}" | ||
MinSize="300 250" | ||
SetSize="550 370"> | ||
<BoxContainer Orientation="Vertical" Margin="10 10 20 0"> | ||
<Label HorizontalAlignment="Center" Text="{Loc 'custom-objective-UI-explain'}" /> | ||
<Label HorizontalAlignment="Center" Text="{Loc 'custom-objective-window-explain'}" /> | ||
<TextEdit Name="ObjectiveSummaryTextEdit" MaxHeight="500" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" MinHeight="200" /> | ||
<Label Name="CharacterLimitLabel" HorizontalAlignment="Center" StyleClasses="LabelSmall"/> | ||
<Label HorizontalAlignment="Center" Text="{Loc 'custom-objective-UI-explain-edit'}" /> | ||
<controls:ConfirmButton Name="SubmitButton" ConfirmationText="{Loc 'custom-objective-UI-submit-button-text-confirm'}" Text="{Loc 'custom-objective-UI-submit-button-text'}" Margin="0 10 0 10" /> | ||
<Label HorizontalAlignment="Center" Text="{Loc 'custom-objective-window-explain-edit'}" /> | ||
<controls:ConfirmButton Name="SubmitButton" ConfirmationText="{Loc 'custom-objective-window-submit-button-text-confirm'}" Text="{Loc 'custom-objective-window-submit-button-text'}" Margin="0 10 0 10" /> | ||
</BoxContainer> | ||
</controls:FancyWindow> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
Resources/Locale/en-US/_DV/customobjectivesummary/customobjectivesummary.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters