mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
Padded ItemStatus Text (#29560)
* Back in the saddle again! <(8o) * if you like my STYLE you should see my SHEETS ;-) * stylesheet change works for ItemStatusNotHeld but broken for ItemStatus. Just using xaml for now. * teehee * beeg --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com> (cherry picked from commit 3acf6b93a109ea542b3110c1f9b7fc59c6976aa3)
This commit is contained in:
@@ -800,6 +800,18 @@ namespace Content.Client.Stylesheets
|
||||
}),
|
||||
// WD EDIT END
|
||||
|
||||
// ItemStatus for hands
|
||||
Element()
|
||||
.Class(StyleClassItemStatusNotHeld)
|
||||
.Prop("font", notoSansItalic10)
|
||||
.Prop("font-color", ItemStatusNotHeldColor)
|
||||
.Prop(nameof(Control.Margin), new Thickness(4, 0, 0, 2)),
|
||||
|
||||
Element()
|
||||
.Class(StyleClassItemStatus)
|
||||
.Prop(nameof(RichTextLabel.LineHeightScale), 0.7f)
|
||||
.Prop(nameof(Control.Margin), new Thickness(4, 0, 0, 2)),
|
||||
|
||||
// Context Menu window
|
||||
Element<PanelContainer>().Class(ContextMenuPopup.StyleClassContextMenuPopup)
|
||||
.Prop(PanelContainer.StylePropertyPanel, contextMenuBackground),
|
||||
|
||||
Reference in New Issue
Block a user