mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Fix long voice chat title elision on macOS.
This commit is contained in:
@@ -951,7 +951,7 @@ QRect GroupPanel::computeTitleRect() const {
|
|||||||
: 0);
|
: 0);
|
||||||
const auto width = widget()->width();
|
const auto width = widget()->width();
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
return QRect(70, 0, width - skip - 70, 28);
|
return QRect(70, 0, width - remove - 70, 28);
|
||||||
#else // Q_OS_MAC
|
#else // Q_OS_MAC
|
||||||
const auto controls = _controls->geometry();
|
const auto controls = _controls->geometry();
|
||||||
const auto right = controls.x() + controls.width() + skip;
|
const auto right = controls.x() + controls.width() + skip;
|
||||||
|
Reference in New Issue
Block a user