summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/TopBar.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TopBar.qml b/resources/qml/TopBar.qml

index 181b9ba4..2015517c 100644 --- a/resources/qml/TopBar.qml +++ b/resources/qml/TopBar.qml
@@ -35,6 +35,8 @@ Rectangle { Layout.row: 0 Layout.rowSpan: 2 Layout.alignment: Qt.AlignVCenter + width: avatarSize + height: avatarSize visible: TimelineManager.isNarrowView image: ":/icons/icons/ui/angle-pointing-to-left.png" ToolTip.visible: hovered