Wrap <pre> tag.

This commit is contained in:
Black Hat
2018-11-26 18:49:03 +08:00
parent 348a8186fd
commit 948da868a9
4 changed files with 15 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ Rectangle {
}
Drawer {
width: Math.max(root.width, 360)
width: Math.max(root.width, 400)
height: root.height
id: drawer
@@ -466,6 +466,13 @@ Rectangle {
onCheckedChanged: MSettings.showTray = checked
}
Switch {
text: "Enable timeline background"
checked: MSettings.enableTimelineBackground
onCheckedChanged: MSettings.enableTimelineBackground = checked
}
RowLayout {
Layout.fillWidth: true