Skip to content

Commit

Permalink
Remove layer property of tiles and increase border thickness, to help…
Browse files Browse the repository at this point in the history
… with AA problems at lower resolutions
  • Loading branch information
ervanalb committed Jul 29, 2019
1 parent 4a5a5fe commit be24654
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/qml/RadianceTile.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ Item {
property bool highlight: false;
property color bottomColor: selected ? RadianceStyle.tileBackgroundHighlightColor : RadianceStyle.tileBackgroundColor;
property color topColor: Qt.lighter(bottomColor, frozen ? 3.5 : 1.75);
property real borderWidth: 1;
property real borderWidth: 1.5;
property color borderColor: highlight ? RadianceStyle.tileLineHighlightColor : RadianceStyle.tileLineColor;
property int padding: 3;
property int blockWidth: 65;
property int blockHeight: 110;
layer.enabled: true;

property var inputArrows: []
property real outputArrow: parent.height / 2;
Expand Down

0 comments on commit be24654

Please sign in to comment.