Improve title bar buttons
This commit is contained in:
@@ -144,9 +144,9 @@ public sealed class MacroEditor : Window, IDisposable
|
|||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
Icon = FontAwesomeIcon.Cog,
|
Icon = FontAwesomeIcon.Cog,
|
||||||
IconOffset = new(2.5f, 1),
|
IconOffset = new(2, 1),
|
||||||
Click = _ => Service.Plugin.OpenSettingsTab("Macro Editor"),
|
Click = _ => Service.Plugin.OpenSettingsTab("Macro Editor"),
|
||||||
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
|
ShowTooltip = () => ImGuiUtils.Tooltip("Open Settings")
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -42,9 +42,9 @@ public sealed class MacroList : Window, IDisposable
|
|||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
Icon = FontAwesomeIcon.Cog,
|
Icon = FontAwesomeIcon.Cog,
|
||||||
IconOffset = new(2.5f, 1),
|
IconOffset = new(2, 1),
|
||||||
Click = _ => Service.Plugin.OpenSettingsTab("General"),
|
Click = _ => Service.Plugin.OpenSettingsTab("General"),
|
||||||
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
|
ShowTooltip = () => ImGuiUtils.Tooltip("Open Settings")
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -100,9 +100,9 @@ public sealed unsafe class RecipeNote : Window, IDisposable
|
|||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
Icon = FontAwesomeIcon.Cog,
|
Icon = FontAwesomeIcon.Cog,
|
||||||
IconOffset = new(2.5f, 1),
|
IconOffset = new(2, 1),
|
||||||
Click = _ => Service.Plugin.OpenSettingsTab("Crafting Log"),
|
Click = _ => Service.Plugin.OpenSettingsTab("Crafting Log"),
|
||||||
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
|
ShowTooltip = () => ImGuiUtils.Tooltip("Open Settings")
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -93,9 +93,9 @@ public sealed unsafe class SynthHelper : Window, IDisposable
|
|||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
Icon = FontAwesomeIcon.Cog,
|
Icon = FontAwesomeIcon.Cog,
|
||||||
IconOffset = new(2.5f, 1),
|
IconOffset = new(2, 1),
|
||||||
Click = _ => Service.Plugin.OpenSettingsTab("Synthesis Helper"),
|
Click = _ => Service.Plugin.OpenSettingsTab("Synthesis Helper"),
|
||||||
ShowTooltip = () => ImGuiUtils.Tooltip("Open Craftimizer Settings")
|
ShowTooltip = () => ImGuiUtils.Tooltip("Open Settings")
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user