summaryrefslogtreecommitdiff
path: root/addons/gut/UserFileViewer.gd
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-05 20:35:53 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-05 20:35:53 +0200
commitf20bd89dc4a7bf14a88b1effcaa1887b29314525 (patch)
treed114787f68efd2a7d61d95fa9c84e8e5d69a7c11 /addons/gut/UserFileViewer.gd
parent1b477b62f8be8c546a35dbd1d2688ebf623c496f (diff)
downloadtexty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.tar.xz
texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.zip
gui: split GUI into Terminal components
Diffstat (limited to 'addons/gut/UserFileViewer.gd')
-rw-r--r--addons/gut/UserFileViewer.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/gut/UserFileViewer.gd b/addons/gut/UserFileViewer.gd
index 3984dec..9713a94 100644
--- a/addons/gut/UserFileViewer.gd
+++ b/addons/gut/UserFileViewer.gd
@@ -32,7 +32,7 @@ func show_file(path):
text = '<Empty File>'
rtl.set_text(text)
self.window_title = path
-
+
func show_open():
self.popup_centered()
$FileDialog.popup_centered()