mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Make penSizePix thinner
This commit is contained in:
parent
77a7710daf
commit
4b9a4ff2e2
@ -818,7 +818,7 @@ void DisassemblyLeftPanel::paintEvent(QPaintEvent *event)
|
|||||||
Q_UNUSED(event)
|
Q_UNUSED(event)
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
constexpr int penSizePix = 2;
|
constexpr int penSizePix = 1;
|
||||||
constexpr int distanceBetweenLines = 10;
|
constexpr int distanceBetweenLines = 10;
|
||||||
constexpr int arrowWidth = 5;
|
constexpr int arrowWidth = 5;
|
||||||
int rightOffset = size().rwidth();
|
int rightOffset = size().rwidth();
|
||||||
|
Loading…
Reference in New Issue
Block a user