1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

More space for text on main window buttons.

This commit is contained in:
Bartosz Taudul 2018-04-21 19:30:49 +02:00
parent a4e1bb05f3
commit adf8a126c6

View File

@ -297,7 +297,7 @@ void View::DrawImpl()
}
const auto th = ImGui::GetTextLineHeight();
const auto bw = 4.7f * th;
const auto bw = 6 * th;
std::lock_guard<NonRecursiveBenaphore> lock( m_worker.GetDataLock() );
ImGui::Begin( m_worker.GetCaptureName().c_str(), nullptr, ImVec2( 1550, 800 ), -1, ImGuiWindowFlags_NoScrollbar );