fix two tiny issues with changing interface scale
This commit is contained in:
parent
f3adb0b9d0
commit
74dabf2244
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"paneLayout" : {
|
"paneLayout" : {
|
||||||
|
"panefeature" : {
|
||||||
|
"anchor" : "center"
|
||||||
|
},
|
||||||
"voiceLabel" : {
|
"voiceLabel" : {
|
||||||
"type" : "label",
|
"type" : "label",
|
||||||
"position" : [119, 202],
|
"position" : [119, 202],
|
||||||
|
@ -195,7 +195,7 @@ void ChatBubbleManager::addChatActions(List<ChatAction> chatActions, bool silent
|
|||||||
// bother me so bad if it weren't so fucking easy to do right.
|
// bother me so bad if it weren't so fucking easy to do right.
|
||||||
|
|
||||||
// yea I agree
|
// yea I agree
|
||||||
m_guiContext->setTextStyle(m_textStyle);
|
m_guiContext->setTextStyle(m_textStyle, m_zoom);
|
||||||
auto result = m_guiContext->determineTextSize(sayAction.text, m_textTemplate);
|
auto result = m_guiContext->determineTextSize(sayAction.text, m_textTemplate);
|
||||||
float textWidth = result.width() / m_zoom + m_textPadding[0];
|
float textWidth = result.width() / m_zoom + m_textPadding[0];
|
||||||
float textHeight = result.height() / m_zoom + m_textPadding[1];
|
float textHeight = result.height() / m_zoom + m_textPadding[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user