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:
parent
a4e1bb05f3
commit
adf8a126c6
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user