mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Fix edit photo button area.
This commit is contained in:
parent
af6e15ed59
commit
5d0a36e456
Binary file not shown.
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 785 B After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.7 KiB |
@ -4386,7 +4386,7 @@ void HistoryWidget::updateOverStates(QPoint pos) {
|
|||||||
const auto inPhotoEdit = inDetails
|
const auto inPhotoEdit = inDetails
|
||||||
&& _photoEditMedia
|
&& _photoEditMedia
|
||||||
&& QRect(
|
&& QRect(
|
||||||
detailsRect.x(),
|
detailsRect.x() + st::historyReplySkip,
|
||||||
(detailsRect.y()
|
(detailsRect.y()
|
||||||
+ (detailsRect.height() - st::historyReplyPreview) / 2),
|
+ (detailsRect.height() - st::historyReplyPreview) / 2),
|
||||||
st::historyReplyPreview,
|
st::historyReplyPreview,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user