mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Compare commits
3 commits
f9a8e026c1
...
2f52dddc26
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f52dddc26 | ||
|
|
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 2c3b35dd7da71a94b517536affa180fd0e7dc403
|
||||
Subproject commit 5c13ce9ef6a6324de1864bcee5a1654d12536153
|
||||
Loading…
Add table
Add a link
Reference in a new issue