mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-07 05:31:24 +00:00
Fix: missing scrollbar margins caused some clamping on the texture border.
This commit is contained in:
parent
ebbaec762d
commit
c06b3db71e
@ -102,6 +102,8 @@ Item{
|
|||||||
width: terminal.fontMetrics.width * 0.75
|
width: terminal.fontMetrics.width * 0.75
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.topMargin: 1
|
||||||
|
anchors.bottomMargin: 1
|
||||||
color: "white"
|
color: "white"
|
||||||
radius: width * 0.25
|
radius: width * 0.25
|
||||||
opacity: 0.7
|
opacity: 0.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user