소스 검색

Standard Visual style changed to shapes

Jan Enders 8 년 전
부모
커밋
3ea8a2d1b4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      scopviz/src/main/java/de/tu_darmstadt/informatik/tk/scopviz/ui/StylesheetManager.java

+ 2 - 2
scopviz/src/main/java/de/tu_darmstadt/informatik/tk/scopviz/ui/StylesheetManager.java

@@ -37,9 +37,9 @@ public class StylesheetManager {
 			+ "node.operator{fill-mode: image-scaled; fill-image: url('src/main/resources/png/operator.png'); }";
 
 	/** The currently selected Display Mode. */
-	private static String nodeGraphics = allNodeGraphics[1];
+	private static String nodeGraphics = allNodeGraphics[0];
 	/** The currently active Stylesheet. */
-	private static String nodeStylesheet = STYLE_NODES_SPRITES;
+	private static String nodeStylesheet = STYLE_NODES_SHAPES;
 
 	/** Layer specific Stylesheet for Underlay layer. */
 	private static String styleLayerUnderlay = "";