sidebar resizing

This commit is contained in:
end-4
2025-05-05 12:23:35 +02:00
parent 0ae52eafdc
commit 7469d8264f
4 changed files with 28 additions and 5 deletions
@@ -63,6 +63,7 @@ ToolTip {
anchors.centerIn: parent
text: content
font.pixelSize: Appearance.font.pixelSize.smaller
font.hintingPreference: Font.PreferNoHinting // Prevent shaky text
color: Appearance.colors.colOnTooltip
wrapMode: Text.Wrap
}