mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:26:07 +08:00
Say project planner in title bar
This commit is contained in:
parent
861610f376
commit
ebc579b2a1
@ -30,7 +30,7 @@ class Action():
|
||||
class projectPlanner(wx.Frame):
|
||||
"Main user interface window"
|
||||
def __init__(self):
|
||||
super(projectPlanner, self).__init__(None, title='Cura')
|
||||
super(projectPlanner, self).__init__(None, title='Cura - Project Planner')
|
||||
|
||||
self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))
|
||||
wx.EVT_CLOSE(self, self.OnClose)
|
||||
|
Loading…
x
Reference in New Issue
Block a user