Add a hide / minize button on each panel vertical bar.

This commit is contained in:
Martín Lucas Golini
2025-12-29 10:47:19 -03:00
parent 1d2dd61cf5
commit c85a431ae3
8 changed files with 41 additions and 6 deletions

View File

@@ -229,6 +229,8 @@ void StatusDebuggerController::createContainer() {
<PushButton id="app_debugger_step_over" class="debugger_step_over" lw="mp" icon="icon(debug-step-over, 12dp)" tooltip="@string(step_over, Step Over)" />
<PushButton id="app_debugger_step_into" class="debugger_step_into" lw="mp" icon="icon(debug-step-into, 12dp)" tooltip="@string(step_into, Step Into)" />
<PushButton id="app_debugger_step_out" class="debugger_step_out" lw="mp" icon="icon(debug-step-out, 12dp)" tooltip="@string(step_out, Step Out)" />
<Widget lw="mp" lh="0" lw8="1" />
<PushButton class="status_bar_panel_hide" lw="mp" tooltip="@string(hide_panel, Hide Panel)" />
</vbox>
</hboxce>
)xml";