Skip to content
Snippets Groups Projects
Commit c28fe652 authored by Andrew Meadows's avatar Andrew Meadows
Browse files

debug_console is now resizable

Reviewed with Callum Linden.
parent 35558496
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<floater <floater
name="region_debug_console" name="region_debug_console"
title="Region Debug" title="Region Debug"
can_resize="true"
layout="topleft" layout="topleft"
min_height="300" min_height="300"
min_width="300" min_width="300"
...@@ -12,7 +13,7 @@ ...@@ -12,7 +13,7 @@
left="10" left="10"
type="string" type="string"
length="1" length="1"
follows="left|top|right|bottom" follows="left|right|bottom"
font="Monospace" font="Monospace"
height="366" height="366"
width="576" width="576"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment