Skip to content

Commit

Permalink
Reduce resize handle border
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Oct 31, 2022
1 parent cb8cb9f commit c4fade6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ProM/ResizeHandle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class ResizeHandle : public NanoTopLevelWidget
void resetArea()
{
const double scaleFactor = getScaleFactor();
const uint margin = 2.0 * scaleFactor;
const uint margin = 1.5 * scaleFactor;
const uint size = handleSize * scaleFactor;

area = Rectangle<uint>(getWidth() - size - margin,
Expand Down

0 comments on commit c4fade6

Please sign in to comment.