mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-24 01:19:18 +01:00
add 24pt font scale (#1208)
This commit is contained in:
parent
216fd3c6bf
commit
514ef3e472
1 changed files with 8 additions and 0 deletions
|
|
@ -156,6 +156,14 @@ public class SettingsTabLook : SettingsTab
|
||||||
interfaceManager.RebuildFonts();
|
interfaceManager.RebuildFonts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui.SameLine();
|
||||||
|
if (ImGui.Button("24pt##DalamudSettingsGlobalUiScaleReset24"))
|
||||||
|
{
|
||||||
|
this.globalUiScale = 24.0f / 12.0f;
|
||||||
|
ImGui.GetIO().FontGlobalScale = this.globalUiScale;
|
||||||
|
interfaceManager.RebuildFonts();
|
||||||
|
}
|
||||||
|
|
||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
if (ImGui.Button("36pt##DalamudSettingsGlobalUiScaleReset36"))
|
if (ImGui.Button("36pt##DalamudSettingsGlobalUiScaleReset36"))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue