Delta-v/Content.Client/Options/UI/Tabs
Sk1tch f269ccc099
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>
(cherry picked from commit bc31c193c25b297179e0de2bf54c2623fbeeebe0)
2024-04-07 14:28:59 +02:00
..
AudioTab.xaml Add UI click sounds (#22410) 2024-01-22 20:59:16 +01:00
AudioTab.xaml.cs Add UI click sounds (#22410) 2024-01-22 20:59:16 +01:00
GraphicsTab.xaml Move HUD options to general options tab (#22884) 2024-01-22 18:24:38 +01:00
GraphicsTab.xaml.cs Move HUD options to general options tab (#22884) 2024-01-22 18:24:38 +01:00
KeyRebindTab.xaml Add scroll zooming for admins and ghosts (#14061) 2023-04-22 04:26:41 -06:00
KeyRebindTab.xaml.cs biggest gridinv update OF ALL TIME (#25834) 2024-04-07 14:08:49 +02:00
MiscTab.xaml Added chat window transparency slider to options (#24990) 2024-04-07 14:28:59 +02:00
MiscTab.xaml.cs Added chat window transparency slider to options (#24990) 2024-04-07 14:28:59 +02:00
NetworkTab.xaml Add new PVS options slider (#12146) 2022-10-26 14:19:11 +11:00
NetworkTab.xaml.cs Fix warnings and code cleanup/fixes (#13570) 2023-01-19 13:56:45 +11:00