Fix colors.
This commit is contained in:
@@ -63,7 +63,7 @@ SplitView {
|
||||
Label {
|
||||
id: numbers
|
||||
|
||||
color: "white"
|
||||
color: RustColors.linenumber
|
||||
font: textArea.font
|
||||
height: parent.height
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
|
||||
@@ -6,13 +6,13 @@ import clide.module 1.0
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
color: RustColors.explorer_background
|
||||
|
||||
signal fileClicked(string filePath)
|
||||
|
||||
color: RustColors.explorer_background
|
||||
|
||||
TreeView {
|
||||
id: fileSystemTreeView
|
||||
anchors.margins: 15
|
||||
|
||||
// rootIndex: FileSystem.rootIndex
|
||||
property int lastIndex: -1
|
||||
|
||||
Reference in New Issue
Block a user