I'd like to have global spacing between the statement and justification in logicproof. It should preserve the alignment on the justification/right-hand column. Something like this:
This is my code
\documentclass{article}
\usepackage{logicproof}
\begin{document}
I take it that...
\begin{logicproof}{0}
(P \rightarrow (Q \rightarrow P)) & premise%
\end{logicproof}
and then going...
\end{document}

