mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added toolbar and menu for switching between graph layouts
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@914 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -61,6 +61,13 @@ menu:
|
||||
reminder text: &Reminder Text Ctrl+R
|
||||
insert symbol: I&nsert Symbol
|
||||
|
||||
graph: &Graph
|
||||
pie: &Pie 1
|
||||
bar: &Bar 2
|
||||
stack: &Stacked Bars 3
|
||||
scatter: S&catter Plot 4
|
||||
scatter pie: Sc&atter-Pie 5
|
||||
|
||||
window: &Window
|
||||
new window: &New Window
|
||||
cards tab: &Cards F5
|
||||
@@ -161,6 +168,13 @@ help:
|
||||
symbols: Draws the selected text with symbols
|
||||
reminder text: Show reminder text for the selected keyword
|
||||
|
||||
graph:
|
||||
pie: A pie graph, the radius of the slice indicates the number of cards
|
||||
bar: A bar graph, the height of the bar indicates the number of cards
|
||||
stack: A bar graph with stacked bars
|
||||
scatter: A scatter plot, the size indicates the number of cards
|
||||
scatter pie: A scatter plot where each item is a small pie graph
|
||||
|
||||
window:
|
||||
new window: Creates another window to edit the same set
|
||||
cards tab: Edit the cards in the set
|
||||
@@ -327,6 +341,12 @@ tooltip:
|
||||
symbols: Symbols
|
||||
reminder text: Reminder Text
|
||||
|
||||
pie: Pie Graph
|
||||
bar: Bar Graph
|
||||
stack: Stacked Bar Graph
|
||||
scatter: Scatter Plot
|
||||
scatter pie: Scatter-Pie plot
|
||||
|
||||
cards tab:
|
||||
set info tab: Set Information
|
||||
style tab: Card Style
|
||||
|
||||
Reference in New Issue
Block a user