Tweaked positioning of ByteAddressItem in hex viewer
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Bloom::Widgets
|
|||||||
addressLabel->setAddressHex(firstByteItem->relativeAddressHex);
|
addressLabel->setAddressHex(firstByteItem->relativeAddressHex);
|
||||||
addressLabel->setPos(
|
addressLabel->setPos(
|
||||||
leftMargin,
|
leftMargin,
|
||||||
firstByteItem->pos().y()
|
firstByteItem->pos().y() + 3 // +3 to have the address item and byte item align vertically, from center
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user