Skip to content
Snippets Groups Projects
Commit a43a0cb2 authored by echicken's avatar echicken
Browse files

Gallery menu formatting cleanup.

parent e0ce390e
Branches
Tags
No related merge requests found
......@@ -202,7 +202,7 @@ var GalleryChooser = function() {
function(item) {
item.colors = settings;
frames.tree.addItem(
format("%-35s %s", item.name, item.description),
format("%-32s %s", item.name, item.description),
function() {
state.browser.close();
state.browser = load(root + item.module, JSON.stringify(item));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment