Explorar el Código

tools: cleanup

Daniele Bartolini hace 7 años
padre
commit
93c3747bb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/level_editor/properties_view.vala

+ 1 - 1
tools/level_editor/properties_view.vala

@@ -638,7 +638,7 @@ namespace Crown
 
 			// Widgets
 			_components_vbox = new Gtk.Box(Gtk.Orientation.VERTICAL, 0);
-			_components_vbox.margin_right = 18;
+			_components_vbox.margin_bottom = 18;
 
 			// Unit
 			add_component_view("Unit",                    "name",                    0, new UnitView(_level));