Improve spacing

This commit is contained in:
Kamil Trzciński 2022-11-13 15:33:00 +01:00
parent b7b077e99c
commit 10daa36bd6
2 changed files with 7 additions and 7 deletions

View file

@ -135,7 +135,7 @@ namespace PerformanceOverlay
new Entry
{
Text = "<C1>RAM<C>",
Nested = { new Entry("<C4><A0>{MEM_GB}<A><A1><S1> GiB<S><A>") }
Nested = { new Entry("<C4><A5>{MEM_GB}<A><A1><S1> GiB<S><A>") }
},
new Entry
{
@ -150,7 +150,7 @@ namespace PerformanceOverlay
},
new Entry
{
Text = "<C2>[OBJ_FT_SMALL]<C><S1> <A0><FT><A><A1> ms<A><S><C>",
Text = "<C2>[OBJ_FT_SMALL]<C><S1> <C4><A0><FT><A><A1> ms<A><S><C>",
Include = { Mode.Detail }
}
},

View file

@ -54,23 +54,23 @@ It currently registers two global hotkeys:
- **F11** - enable performance overlay
- **Shift+F11** - cycle to next performance overlay (and enable it)
There are 4 modes:
There are 4 modes of presentation:
### 2.1. FPS
<img src="images/perf_overlay_fps.png" width="300"/>
<img src="images/perf_overlay_fps.png" height="100"/>
### 2.2. Minimal
<img src="images/perf_overlay_min.png" width="300"/>
<img src="images/perf_overlay_min.png" height="50"/>
### 2.3. Detail
<img src="images/perf_overlay_detail.png" width="300"/>
<img src="images/perf_overlay_detail.png" height="50"/>
### 2.4. Full
<img src="images/perf_overlay_full.png" width="300"/>
<img src="images/perf_overlay_full.png" height="50"/>
## Author