diff --git a/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewEntityDrawingStrategy.java b/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewEntityDrawingStrategy.java index d623fc8a47177fb1cb5735f5df991e2cb8d7362f..ebdfa350398b86fd0788ea1dd5f532d3996f5e80 100644 --- a/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewEntityDrawingStrategy.java +++ b/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewEntityDrawingStrategy.java @@ -260,7 +260,7 @@ public class IEViewEntityDrawingStrategy implements IAnnotationDrawingStrategy { @Override public int getLineHeight(AnnotationFS anno) { - return (int) (IAnnotationDrawingStrategy.WIDGET_DEFAULT_LINEHEIGHT*2); + return (int) (IAnnotationDrawingStrategy.WIDGET_DEFAULT_LINEHEIGHT*1.75); } } diff --git a/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewRelationDrawingStrategy.java b/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewRelationDrawingStrategy.java index 92ae7970cc5317ad9e11569535086fc316fc43b6..c38c5cac1caa042ecb323485ebfcbd9266e9f295 100644 --- a/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewRelationDrawingStrategy.java +++ b/de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.editorPainting/src/de/uniwue/mk/kall/editorPainting/paintingstrategies/specialized/IEViewRelationDrawingStrategy.java @@ -44,7 +44,6 @@ public class IEViewRelationDrawingStrategy implements IAnnotationDrawingStrategy // calculate the amount of space which is needed to display the features int amountOfSpace = FONTSIZE + 1; - widget.setLineSpacing(amountOfSpace + 10); // get the bounds of the Annotation Rectangle standardBounds = widget.getTextBounds(0, 0); @@ -296,7 +295,7 @@ public class IEViewRelationDrawingStrategy implements IAnnotationDrawingStrategy @Override public int getLineHeight(AnnotationFS anno) { - return (int) (IAnnotationDrawingStrategy.WIDGET_DEFAULT_LINEHEIGHT*2); + return (int) (IAnnotationDrawingStrategy.WIDGET_DEFAULT_LINEHEIGHT*1.75); } } diff --git a/de.uniwue.mk.athen/bundles/de.uniwue.mkrug.kallimachos.annotation.editor/bin/.gitignore b/de.uniwue.mk.athen/bundles/de.uniwue.mkrug.kallimachos.annotation.editor/bin/.gitignore deleted file mode 100644 index fd04598cccd1eb791debf5b0edfff26368dbb294..0000000000000000000000000000000000000000 --- a/de.uniwue.mk.athen/bundles/de.uniwue.mkrug.kallimachos.annotation.editor/bin/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/de/ diff --git a/de.uniwue.mk.athen/bundles/de.uniwue.mkrug.kallimachos.annotation.editor/bin/de/uniwue/mkrug/mainMenu/handler/ShowLuceneViewHandler.class b/de.uniwue.mk.athen/bundles/de.uniwue.mkrug.kallimachos.annotation.editor/bin/de/uniwue/mkrug/mainMenu/handler/ShowLuceneViewHandler.class new file mode 100644 index 0000000000000000000000000000000000000000..19889cdfe873e28cabbcdb17d1811da9bd7de004 Binary files /dev/null and b/de.uniwue.mk.athen/bundles/de.uniwue.mkrug.kallimachos.annotation.editor/bin/de/uniwue/mkrug/mainMenu/handler/ShowLuceneViewHandler.class differ