mirror of
https://github.com/drewcassidy/TexTools-Blender
synced 2024-09-01 14:54:44 +00:00
popup update
This commit is contained in:
parent
97fe5f56f2
commit
c9b684ae0b
@ -107,7 +107,7 @@ class op_popup(bpy.types.Operator):
|
||||
|
||||
def invoke(self, context, event):
|
||||
wm = context.window_manager
|
||||
return wm.invoke_popup(self, width=200, height=200)
|
||||
return wm.invoke_popup(self, width=200)
|
||||
|
||||
def draw(self, context):
|
||||
self.layout.label(text=self.message)
|
||||
|
Loading…
Reference in New Issue
Block a user