Skip to content

Commit 97e5a53

Browse files
committed
Added header title to show active database file path
1 parent 7b4d453 commit 97e5a53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/SQLiteEditor/qml/views/Header.qml

+9
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ Rectangle {
4949
}
5050
}
5151

52+
Label {
53+
anchors.centerIn: parent
54+
horizontalAlignment: Text.AlignHCenter
55+
width: 500
56+
color: theme.text
57+
styleColor: theme.white
58+
style: Text.Raised
59+
text: [superRoot.title, superRoot.activeDatabase.toString()].filter(Boolean).join(" - ")
60+
}
5261

5362
Row {
5463
anchors.right: parent.right

0 commit comments

Comments
 (0)