mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-30 14:58:37 +02:00
[GraphEditor] Remove "common.js" and use Utils.Colors instead
This commit is contained in:
parent
6ee3b01177
commit
b7716ef1bd
3 changed files with 2 additions and 30 deletions
|
@ -2,7 +2,7 @@ import QtQuick
|
|||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
import "common.js" as Common
|
||||
import Utils 1.0
|
||||
|
||||
/**
|
||||
* ChunkListView
|
||||
|
@ -86,7 +86,7 @@ ColumnLayout {
|
|||
Rectangle {
|
||||
width: 4
|
||||
height: parent.height
|
||||
color: Common.getChunkColor(parent.chunk)
|
||||
color: Colors.getChunkColor(parent.chunk)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue