Commit 5f97c0bf authored by Guillaume Seguin's avatar Guillaume Seguin

Enforce ordering of options categories in options dialog

parent 893b4458
......@@ -139,7 +139,7 @@ class PronterOptionsDialog(wx.Dialog):
all_settings = pronterface.settings._all_settings()
group_list = []
groups = {}
for group in ["Printer", "UI", "External"]:
for group in ["Printer", "UI", "3D", "Colors", "External"]:
group_list.append(group)
groups[group] = []
for setting in all_settings:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment