Browse Source

Reduce resize handle border

master
falkTX 2 years ago
parent
commit
c4fade62ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/ProM/ResizeHandle.hpp

+ 1
- 1
plugins/ProM/ResizeHandle.hpp View File

@@ -159,7 +159,7 @@ private:
void resetArea() void resetArea()
{ {
const double scaleFactor = getScaleFactor(); const double scaleFactor = getScaleFactor();
const uint margin = 2.0 * scaleFactor;
const uint margin = 1.5 * scaleFactor;
const uint size = handleSize * scaleFactor; const uint size = handleSize * scaleFactor;


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


Loading…
Cancel
Save