Skip to content

Commit

Permalink
Merge pull request #1833 from KomodoPlatform/visual_fixes
Browse files Browse the repository at this point in the history
fix button overflow
  • Loading branch information
smk762 authored Jul 1, 2022
2 parents 7dde3ae + 6cdf6be commit 661d026
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Item

Item
{
width: parent.width * 0.15
width: 350
height: parent.height

// Simple/Pro select cursor
Rectangle
{
id: cursorRect
width: (parent.width / 100) * 48
width: _simpleLabel.width + 28
height: _simpleLabel.height + 14
radius: 16
anchors.verticalCenter: parent.verticalCenter
Expand Down

0 comments on commit 661d026

Please sign in to comment.