adjust modification info position

This commit is contained in:
Val Erastov 2019-02-24 16:38:48 -08:00
parent c47d53cd86
commit 1ccf2e937f

View file

@ -31,7 +31,7 @@ function SelectedModificationInfo({ history, index,
let indexNumber = index + 1;
return <Widget visible={visible}
left={lh && lh.x}
bottom={75}
bottom={95}
flatRight={!lh}
title={m.type + ' operation #' + indexNumber}
onClose={close}>