From 2a238a9de2d58c59835ce8850f06a3210263e8c6 Mon Sep 17 00:00:00 2001
From: Julian Smith <jules@op59.net>
Date: Fri, 7 Jan 2022 16:45:23 +0000
Subject: [PATCH] gui/dialogs/flight-recorder.xml: minor improvements to
 appearance.

---
 gui/dialogs/flight-recorder.xml | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gui/dialogs/flight-recorder.xml b/gui/dialogs/flight-recorder.xml
index 6d06b8c74..1c129a38c 100644
--- a/gui/dialogs/flight-recorder.xml
+++ b/gui/dialogs/flight-recorder.xml
@@ -41,7 +41,8 @@
         </text>
         
         <button>
-            <legend>Replay in-memory recording</legend>
+            <legend>Replay in-memory recording &lt;Ctrl-R&gt;</legend>
+            <equal>true</equal>
             <enable><not><property>sim/replay/replay-state</property></not></enable>
             <halign>left</halign>
             <binding>
@@ -54,7 +55,8 @@
         </button>
         
         <button>
-            <legend>Replay recording from file ...</legend>
+            <legend>Replay recording from file...</legend>
+            <equal>true</equal>
             <halign>left</halign>
             <binding>
                 <command>dialog-show</command>
@@ -64,6 +66,7 @@
         
         <button>
             <legend>(Re)show replay dialogue</legend>
+            <equal>true</equal>
             <enable><property>sim/replay/replay-state</property></enable>
             <halign>left</halign>
             <binding>
@@ -73,7 +76,8 @@
         </button>
     
         <button>
-            <legend>Save in-memory recording to file ...</legend>
+            <legend>Save in-memory recording to file...</legend>
+            <equal>true</equal>
             <halign>left</halign>
             <binding>
                 <command>dialog-show</command>
@@ -98,6 +102,7 @@
         
         <button>
             <legend>Start Continuous recording to file</legend>
+            <equal>true</equal>
             <halign>left</halign>
             <enable>
                 <not>
@@ -114,6 +119,7 @@
 
         <button>
             <legend>Stop Continuous recording to file</legend>
+            <equal>true</equal>
             <halign>left</halign>
             <enable>
                 <property>sim/replay/record-continuous</property>
@@ -126,11 +132,6 @@
             </binding>
         </button>
 
-        <text>
-            <label>Settings</label>
-            <halign>left</halign>
-        </text>
-        
         <checkbox>
             <property>sim/replay/record-continuous-compression</property>
             <enable><not><property>sim/replay/record-continuous</property></not></enable>
@@ -184,7 +185,7 @@
         <hrule/>
     
         <text>
-            <label>Continuous replay settings</label>
+            <label>Continuous replay</label>
         </text>
         
         <checkbox>