Browse Source

FontEditor: Don't show focus box after clicking 'present' checkbox

Ben Wiederhake 3 years ago
parent
commit
bce5a0a00d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Applications/FontEditor/FontEditorWindow.gml

+ 1 - 0
Userland/Applications/FontEditor/FontEditorWindow.gml

@@ -47,6 +47,7 @@
                     @GUI::CheckBox {
                     @GUI::CheckBox {
                         name: "glyph_editor_present_checkbox"
                         name: "glyph_editor_present_checkbox"
                         text: "Present"
                         text: "Present"
+                        focus_policy: "TabFocus"
                     }
                     }
 
 
                     @GUI::Button {
                     @GUI::Button {