Improve title bar buttons

This commit is contained in:
Asriel Camora
2024-08-03 00:18:00 -07:00
parent 7ba0e65bb0
commit aa9ca9cd0f
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -93,9 +93,9 @@ public sealed unsafe class SynthHelper : Window, IDisposable
new()
{
Icon = FontAwesomeIcon.Cog,
IconOffset = new(2.5f, 1),
IconOffset = new(2, 1),
Click = _ => Service.Plugin.OpenSettingsTab("Synthesis Helper"),
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
ShowTooltip = () => ImGuiUtils.Tooltip("Open Settings")
}
];