mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Slightly improved icon position in PointDetailsWidget for stats.
This commit is contained in:
parent
24a3a41cd6
commit
3a3cd1f856
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ void PointDetailsWidget::paintEvent(QPaintEvent *e) {
|
||||||
p.drawImage(
|
p.drawImage(
|
||||||
valueContext.position.x()
|
valueContext.position.x()
|
||||||
- _valueIcon.width() / style::DevicePixelRatio(),
|
- _valueIcon.width() / style::DevicePixelRatio(),
|
||||||
lineY,
|
lineY + st::lineWidth,
|
||||||
_valueIcon);
|
_valueIcon);
|
||||||
}
|
}
|
||||||
const auto nameContext = Ui::Text::PaintContext{
|
const auto nameContext = Ui::Text::PaintContext{
|
||||||
|
|
Loading…
Add table
Reference in a new issue