mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 20:33:30 +01:00
adjust modification info position
This commit is contained in:
parent
c47d53cd86
commit
1ccf2e937f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue