Add frame around the application view.
This commit is contained in:
@@ -14,11 +14,11 @@ Rectangle {
|
||||
|
||||
required property string projectDir
|
||||
|
||||
signal fileClicked(string path)
|
||||
|
||||
clip: true
|
||||
color: RustColors.explorer_background
|
||||
radius: 20
|
||||
|
||||
signal fileClicked(string path)
|
||||
topLeftRadius: 10
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
||||
Reference in New Issue
Block a user