mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
QML UI: drop AppLog title and add margin instead
The title was hidden under the title bar, anyway. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a8468caaa2
commit
ce21c2a696
1 changed files with 1 additions and 3 deletions
|
@ -17,6 +17,7 @@ Kirigami.ScrollablePage {
|
|||
|
||||
ListView {
|
||||
anchors.fill: parent
|
||||
anchors.topMargin: Kirigami.Units.gridUnit * 2
|
||||
model: logModel
|
||||
currentIndex: -1
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
|
@ -24,9 +25,6 @@ Kirigami.ScrollablePage {
|
|||
cacheBuffer: Math.max(5000, parent.height * 5)
|
||||
focus: true
|
||||
clip: true
|
||||
header : Kirigami.Heading {
|
||||
text: qsTr("Application Log")
|
||||
}
|
||||
delegate : Text {
|
||||
width: logWindow.width
|
||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
|
|
Loading…
Reference in a new issue