mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-26 14:44:16 +01:00
Increase log window size
This commit is contained in:
parent
e8feca0175
commit
6fce93093e
@ -176,7 +176,8 @@ void FtpServer::draw ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _3DS
|
#ifndef _3DS
|
||||||
ImGui::BeginChild ("Logs", ImVec2 (0, 200), false, ImGuiWindowFlags_HorizontalScrollbar);
|
ImGui::BeginChild (
|
||||||
|
"Logs", ImVec2 (0, 0.55f * height), false, ImGuiWindowFlags_HorizontalScrollbar);
|
||||||
#endif
|
#endif
|
||||||
drawLog ();
|
drawLog ();
|
||||||
#ifndef _3DS
|
#ifndef _3DS
|
||||||
|
@ -511,8 +511,8 @@ bool platform::init ()
|
|||||||
consoleInit (&g_sessionConsole);
|
consoleInit (&g_sessionConsole);
|
||||||
|
|
||||||
consoleSetWindow (&g_statusConsole, 0, 0, 80, 1);
|
consoleSetWindow (&g_statusConsole, 0, 0, 80, 1);
|
||||||
consoleSetWindow (&g_logConsole, 0, 1, 80, 29);
|
consoleSetWindow (&g_logConsole, 0, 1, 80, 36);
|
||||||
consoleSetWindow (&g_sessionConsole, 0, 30, 80, 15);
|
consoleSetWindow (&g_sessionConsole, 0, 37, 80, 8);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user