Skip to content

Commit 18f761f

Browse files
committed
Add application name to title
1 parent a6053b8 commit 18f761f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stage3.0_first_views/traited_face_detect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ class ImageFileView(ModelView):
8585
view = View(
8686
Item("model.filepath", show_label=False),
8787
Item("figure", editor=MplFigureEditor(), show_label=False),
88-
resizable=True
88+
resizable=True,
89+
title="Pycasa"
8990
)
9091

9192
@observe("model.filepath")

0 commit comments

Comments
 (0)