mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix edit photo button area.
This commit is contained in:
parent
af6e15ed59
commit
5d0a36e456
4 changed files with 1 additions and 1 deletions
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
|
||||
&& _photoEditMedia
|
||||
&& QRect(
|
||||
detailsRect.x(),
|
||||
detailsRect.x() + st::historyReplySkip,
|
||||
(detailsRect.y()
|
||||
+ (detailsRect.height() - st::historyReplyPreview) / 2),
|
||||
st::historyReplyPreview,
|
||||
|
|
Loading…
Add table
Reference in a new issue