mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 13:57:43 +01:00
Compare commits
3 commits
ff4e5c6909
...
fa48bdf527
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa48bdf527 | ||
|
|
e32e4a0c8e | ||
|
|
49abb19673 |
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ internal class FontAwesomeTestWidget : IDataWindowWidget
|
|||
Task.FromResult(
|
||||
Service<TextureManager>.Get().CreateTextureFromSeString(
|
||||
ReadOnlySeString.FromText(this.icons[i].ToIconString()),
|
||||
new() { Font = ImGui.GetFont(), FontSize = ImGui.GetFontSize() })));
|
||||
new() { Font = ImGui.GetFont(), FontSize = ImGui.GetFontSize(), ScreenOffset = Vector2.Zero })));
|
||||
}
|
||||
|
||||
ImGui.PopFont();
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c4ea8bafda8d88d49a390014dd3b86457f2dc7d5
|
||||
Subproject commit 52cb5e0a9a7a1138d8c2406c277307a6c9ad8898
|
||||
Loading…
Add table
Add a link
Reference in a new issue