mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Allow using any interface scale between 100%-300%.
This commit is contained in:
@@ -312,7 +312,7 @@ void InitMessageField(
|
||||
field->setTagMimeProcessor(std::make_unique<FieldTagMimeProcessor>());
|
||||
|
||||
field->document()->setDocumentMargin(4.);
|
||||
field->setAdditionalMargin(convertScale(4) - 4);
|
||||
field->setAdditionalMargin(ConvertScale(4) - 4);
|
||||
|
||||
field->customTab(true);
|
||||
field->setInstantReplaces(Ui::InstantReplaces::Default());
|
||||
|
Reference in New Issue
Block a user