Added option to set column count on dropdown lists, set marker columns to be 3 wide, fixed bug occuring on open path creation
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1588 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -484,6 +484,7 @@ svgEditor.addExtension("Markers", function(S) {
|
||||
panel: "marker_panel",
|
||||
title: getTitle('en','start_marker_list'),
|
||||
id: "start_marker_list",
|
||||
colnum: 3,
|
||||
events: { change: setArrowFromButton }
|
||||
},{
|
||||
type: "input",
|
||||
@@ -499,6 +500,7 @@ svgEditor.addExtension("Markers", function(S) {
|
||||
panel: "marker_panel",
|
||||
title: getTitle('en','mid_marker_list'),
|
||||
id: "mid_marker_list",
|
||||
colnum: 3,
|
||||
events: { change: setArrowFromButton }
|
||||
},{
|
||||
type: "input",
|
||||
@@ -513,6 +515,7 @@ svgEditor.addExtension("Markers", function(S) {
|
||||
panel: "marker_panel",
|
||||
title: getTitle('en','end_marker_list'),
|
||||
id: "end_marker_list",
|
||||
colnum: 3,
|
||||
events: { change: setArrowFromButton }
|
||||
} ],
|
||||
callback: function() {
|
||||
|
||||
Reference in New Issue
Block a user