We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ac36b commit 40e2f59Copy full SHA for 40e2f59
1 file changed
src/Artemis.UI/Screens/Settings/Tabs/GeneralTabView.axaml
@@ -12,6 +12,8 @@
12
x:Class="Artemis.UI.Screens.Settings.GeneralTabView"
13
x:DataType="settings:GeneralTabViewModel">
14
15
+ <Grid>
16
+
17
<!-- FPS COUNTER OVERLAY -->
18
<Border Background="#33000000"
19
Padding="6"
@@ -21,7 +23,7 @@
21
23
VerticalAlignment="Top">
22
24
<StackPanel Orientation="Horizontal" Spacing="6">
25
<avalonia:MaterialIcon Kind="Speedometer" Width="18" Height="18"/>
- <TextBlock Text="{CompiledBinding CurrentFps, StringFormat='FPS: {0}'}"
26
+ <TextBlock Text="{CompiledBinding CurrentFps, StringFormat='FPS: {0:F1}'}"
27
FontWeight="Bold"/>
28
</StackPanel>
29
</Border>
0 commit comments