View Single Post
08-30-11, 07:22 PM   #26
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Post

As well, you can use a "separator":

Code:
sep1 = {
    type = "description",
    name = " ",
    order = 30,
},
Make sure to set the order correctly. A separator will push the next fields onto a new line.
  Reply With Quote