1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

Fix: missing scrollbar margins caused some clamping on the texture border.

This commit is contained in:
Filippo Scognamiglio 2014-12-17 01:18:28 +01:00
parent ebbaec762d
commit c06b3db71e

View File

@ -102,6 +102,8 @@ Item{
width: terminal.fontMetrics.width * 0.75
Rectangle {
anchors.fill: parent
anchors.topMargin: 1
anchors.bottomMargin: 1
color: "white"
radius: width * 0.25
opacity: 0.7