We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f6d6e commit af6006bCopy full SHA for af6006b
tools/cabana/util.cc
@@ -85,7 +85,7 @@ void MessageBytesDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
85
pos.moveLeft(pos.x() + space.width());
86
87
int m = space.width() / 2;
88
- const QMargins margins(m + 1, m, m, m);
+ const QMargins margins(m, m, m, m);
89
90
int i = 0;
91
for (auto &byte : opt.text.split(" ")) {
0 commit comments