mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 15:54:14 +01:00
Spacing with GlobalScale
This commit is contained in:
parent
4c096c1ed4
commit
98e608d852
1 changed files with 2 additions and 2 deletions
|
|
@ -369,7 +369,7 @@ namespace MareSynchronos.UI
|
||||||
ImGui.PushFont(UiBuilder.IconFont);
|
ImGui.PushFont(UiBuilder.IconFont);
|
||||||
ImGui.Text(FontAwesomeIcon.Upload.ToIconString());
|
ImGui.Text(FontAwesomeIcon.Upload.ToIconString());
|
||||||
ImGui.PopFont();
|
ImGui.PopFont();
|
||||||
ImGui.SameLine(35);
|
ImGui.SameLine(35 * ImGuiHelpers.GlobalScale);
|
||||||
|
|
||||||
if (currentUploads.Any())
|
if (currentUploads.Any())
|
||||||
{
|
{
|
||||||
|
|
@ -394,7 +394,7 @@ namespace MareSynchronos.UI
|
||||||
ImGui.PushFont(UiBuilder.IconFont);
|
ImGui.PushFont(UiBuilder.IconFont);
|
||||||
ImGui.Text(FontAwesomeIcon.Download.ToIconString());
|
ImGui.Text(FontAwesomeIcon.Download.ToIconString());
|
||||||
ImGui.PopFont();
|
ImGui.PopFont();
|
||||||
ImGui.SameLine(35);
|
ImGui.SameLine(35 * ImGuiHelpers.GlobalScale);
|
||||||
|
|
||||||
if (currentDownloads.Any())
|
if (currentDownloads.Any())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue