Apply patch [#23782] Fix typo in netrender UI
Submitted by Imran Syed (freakabcd)
This commit is contained in:
@@ -119,7 +119,7 @@ class RENDER_PT_network_settings(bpy.types.Panel, RenderButtonsPanel):
|
|||||||
split = layout.split(percentage=0.7)
|
split = layout.split(percentage=0.7)
|
||||||
|
|
||||||
col = split.column()
|
col = split.column()
|
||||||
col.label(text="Server Adress:")
|
col.label(text="Server Address:")
|
||||||
col.prop(netsettings, "server_address", text="")
|
col.prop(netsettings, "server_address", text="")
|
||||||
|
|
||||||
col = split.column()
|
col = split.column()
|
||||||
|
|||||||
Reference in New Issue
Block a user