mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Minor changes.
This commit is contained in:
parent
fcfdc5b435
commit
94e8046bae
Binary file not shown.
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 94 KiB |
Binary file not shown.
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
@ -32,10 +32,10 @@ import CheckBoxOutlineBlankOutlinedIcon from '@mui/icons-material/CheckBoxOutlin
|
|||||||
import HorizontalRuleOutlinedIcon from '@mui/icons-material/HorizontalRuleOutlined';
|
import HorizontalRuleOutlinedIcon from '@mui/icons-material/HorizontalRuleOutlined';
|
||||||
import RemoveCircleOutlineIcon from '@mui/icons-material/RemoveCircleOutline';
|
import RemoveCircleOutlineIcon from '@mui/icons-material/RemoveCircleOutline';
|
||||||
import AddCircleOutlineOutlinedIcon from '@mui/icons-material/AddCircleOutlineOutlined';
|
import AddCircleOutlineOutlinedIcon from '@mui/icons-material/AddCircleOutlineOutlined';
|
||||||
import ShapeLineOutlined from '@mui/icons-material/ShapeLineOutlined';
|
|
||||||
import PolylineOutlined from '@mui/icons-material/PolylineOutlined';
|
import PolylineOutlined from '@mui/icons-material/PolylineOutlined';
|
||||||
import GestureOutlined from '@mui/icons-material/GestureOutlined';
|
import GestureOutlined from '@mui/icons-material/GestureOutlined';
|
||||||
import TimelineOutined from '@mui/icons-material/TimelineOutlined';
|
import TimelineOutined from '@mui/icons-material/TimelineOutlined';
|
||||||
|
import ShareOutlined from '@mui/icons-material/ShareOutlined';
|
||||||
|
|
||||||
import Palette from '@mui/icons-material/Square';
|
import Palette from '@mui/icons-material/Square';
|
||||||
import SquareOutlined from '@mui/icons-material/SquareOutlined';
|
import SquareOutlined from '@mui/icons-material/SquareOutlined';
|
||||||
@ -152,7 +152,7 @@ export function buildEditorPanelConfig(model: Editor, intl: IntlShape): ActionCo
|
|||||||
};
|
};
|
||||||
|
|
||||||
const connectionStyleConfiguration: ActionConfig = {
|
const connectionStyleConfiguration: ActionConfig = {
|
||||||
icon: <ShapeLineOutlined />,
|
icon: <ShareOutlined />,
|
||||||
tooltip: intl.formatMessage({
|
tooltip: intl.formatMessage({
|
||||||
id: 'editor-panel.tooltip-connection-style',
|
id: 'editor-panel.tooltip-connection-style',
|
||||||
defaultMessage: 'Connection Style',
|
defaultMessage: 'Connection Style',
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue
Block a user