From afb13209b7b2f195d37712a18ca4923293bcf8ac Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Wed, 16 May 2018 12:25:17 +1100 Subject: [PATCH] Preferences: tweaked FPS limiter option display [ci skip] --- data/gui/window/preferences/03_display.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/gui/window/preferences/03_display.cfg b/data/gui/window/preferences/03_display.cfg index 8293f4144db1..80ee8067c807 100644 --- a/data/gui/window/preferences/03_display.cfg +++ b/data/gui/window/preferences/03_display.cfg @@ -262,6 +262,8 @@ [/row] #endif + {_GUI_PREFERENCES_SPACER_ROW} + [row] [column] border = "all" @@ -270,8 +272,8 @@ [toggle_button] id = "fps_limiter" - label = _ "FPS limiter" - tooltip = _ "Disabling this increases CPU usage to 100 % but may slightly improve performance at high resolutions" + label = _ "Limit FPS" + tooltip = _ "Disabling this increases CPU usage to 100% but may slightly improve performance at high resolutions" [/toggle_button] [/column] [/row]