mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed border colors
This commit is contained in:
parent
fe0e345a8d
commit
8ff70d1ceb
3 changed files with 42 additions and 17 deletions
|
@ -641,9 +641,8 @@ UIWidget::UIWidget()
|
|||
VectorSet2D( m_vVirtualScale, 1.0f, 1.0f );
|
||||
m_parent = NULL;
|
||||
m_background_color.set( 0.075f, 0.09f, 0.14f, 1.0f );
|
||||
m_foreground_color = UColor( UHudColor );
|
||||
UColor border;
|
||||
m_border_color.CreateSolidBorder( border, DARK );
|
||||
m_foreground_color = UColor(UHudColor);
|
||||
m_border_color = UColor(0.15f, 0.195f, 0.278f, 1.0f);
|
||||
m_indent = 10.0f;
|
||||
m_bottomindent = 5.0f;
|
||||
m_borderStyle = border_indent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue