Delta-v/Content.Client/UserInterface/Systems/Chat/Controls
Sk1tch bc31c193c2
Added chat window transparency slider to options (#24990)
* Adds a new slider to the misc tab in options that lets the player set chat window transparency

* Tweaked variable names

* Fixed order to match UI

* Renamed set chat window transparency function

* Changed and refactored to opacity instead of transparency

* Remove unnecessary int to float conversions

Slider used to be 0-100 while the CCVar was 0.0-1.0f. This is confusing and was only used for rounding to 2 decimal points.

* Round the value to two decimal points

* Remove rounding for now

* Rename

* Unhardcode chat color by moving to stylesheet

* Fix indent

* Make opacity slider only change opacity

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
2024-04-01 13:48:02 -07:00
..
ChannelFilterButton.cs More UI fixes (#22431) 2023-12-12 19:02:19 -07:00
ChannelFilterCheckbox.cs Hud refactor (#7202) 2022-10-12 10:16:23 +02:00
ChannelFilterPopup.xaml Hud refactor (#7202) 2022-10-12 10:16:23 +02:00
ChannelFilterPopup.xaml.cs News UI overhaul and PDA notifications (#19610) 2024-02-26 21:38:00 -04:00
ChannelSelectorButton.cs More UI fixes (#22431) 2023-12-12 19:02:19 -07:00
ChannelSelectorItemButton.cs Update radio prefix parsing (#13777) 2023-02-19 04:27:56 +11:00
ChannelSelectorPopup.cs Update radio prefix parsing (#13777) 2023-02-19 04:27:56 +11:00
ChatInputBox.xaml.cs Added chat window transparency slider to options (#24990) 2024-04-01 13:48:02 -07:00
ChatPopupButton.cs More UI fixes (#22431) 2023-12-12 19:02:19 -07:00