mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ImGui: update default server browser width
As of the recent layout changes, buttons and widgets looks the sharpest on this width; default to this width instead.
This commit is contained in:
parent
a1d48efec6
commit
58d7c8f7a5
@ -71,7 +71,7 @@ CBrowser::~CBrowser(void)
|
||||
//-----------------------------------------------------------------------------
|
||||
bool CBrowser::Init(void)
|
||||
{
|
||||
SetStyleVar(928.f, 524.f, -500.f, 50.f);
|
||||
SetStyleVar(927.f, 524.f, -500.f, 50.f);
|
||||
|
||||
bool ret = LoadTextureBuffer(reinterpret_cast<unsigned char*>(m_lockedIconDataResource.m_pData), int(m_lockedIconDataResource.m_nSize),
|
||||
&m_lockedIconShaderResource, &m_lockedIconDataResource.m_nWidth, &m_lockedIconDataResource.m_nHeight);
|
||||
|
Loading…
x
Reference in New Issue
Block a user