Skip to content

Commit

Permalink
Set new style form as default
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Nov 20, 2017
1 parent 8e22a7f commit 73f62df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configmanager/ui/layerwidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def findlayer(layername):

formtype = settings.setdefault('type', 'auto')
widgets = settings.setdefault('widgets', [])
newstyleform = settings.setdefault('newstyle', False)
newstyleform = settings.setdefault('newstyle', True)
self.set_icon(form.icon)

self.formLabelText.setText(label)
Expand Down

0 comments on commit 73f62df

Please sign in to comment.