Skip to content

Commit

Permalink
roadmap small update (#979)
Browse files Browse the repository at this point in the history
* again

* oopsie
  • Loading branch information
babaevlsdd authored Dec 31, 2024
1 parent 65b1b0e commit 97b877e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
BackgroundColor="#232228"
BorderColor="#2a292f"
BorderThickness="1"
ContentMarginLeftOverride="10"
ContentMarginRightOverride="10"
ContentMarginTopOverride="5"
ContentMarginBottomOverride="5"/>
Expand All @@ -21,7 +20,7 @@
Access="Public"
MinHeight="35"
StyleClasses="NoStyle">
<BoxContainer Orientation="Horizontal">
<BoxContainer Orientation="Horizontal" Margin="10 0 0 0">
<Label Name="HeaderLabel"
StyleClasses="LabelSubText"
HorizontalExpand="True"/>
Expand All @@ -31,11 +30,15 @@
Margin="10 0 0 0"/>
</BoxContainer>
</Button>
<Label StyleClasses="LabelSubText"
Text="{Loc ui-roadmap-click-for-details}"
FontColorOverride="#666666"
Margin="10 2 0 0"/>
<BoxContainer Name="ContentsContainer"
Access="Public"
Orientation="Vertical"
Visible="False"
Margin="0 5 0 0">
Margin="10 5 0 0">
<RichTextLabel Name="Contents"
Access="Public"
RectClipContent="True"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ui-roadmap-state-planned = ПЛАНИРУЕТСЯ
ui-roadmap-state-in-progress = В ПРОЦЕССЕ
ui-roadmap-state-partial = ЧАСТИЧНО ГОТОВО
ui-roadmap-state-complete = ГОТОВО
ui-roadmap-click-for-details = Нажмите для подробностей

0 comments on commit 97b877e

Please sign in to comment.