Fix panel width sizing issue

Este commit está contenido en:
Starbeamrainbowlabs 2016-08-01 20:42:43 +01:00
padre 054d7d5169
commit 694de8b223
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -50,7 +50,7 @@ namespace SpritePacker.GUI
private void setupWidgets()
{
// Create the layout containers
HBox masterContainer = new HBox(true, 10);
HBox masterContainer = new HBox(false, 10);
VBox leftPanel = new VBox(false, 0) { MarginRight = 5 };
VBox rightPanel = new VBox(false, 0) { MarginLeft = 5 };
Frame leftPanelFrame = new Frame("Sprites") { Child = leftPanel, Margin = 10, MarginRight = 5 };