Mathematica 10 has a cool new "color data chooser" feature:

My question is: Can you make that window larger? Right now, I can only see 3-4 color schemes at once, even though all 51 gradients would easily fit on the screen at once, if the windows were a little larger, and showed more than one row, e.g. like this:
Labeled[ColorData[#, "Image"], #] & /@ ColorData["Gradients"] //
Partition[#, 5, 5, {1, 1}, {}] & // Grid
