Skip to content

Commit

Permalink
Draft: Fixed Annotation style dialog's arrow types - fixes #4505
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Dec 3, 2020
1 parent 8fe7ca0 commit 0add97a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Mod/Draft/Resources/ui/dialog_AnnotationStyleEditor.ui
Expand Up @@ -108,7 +108,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-290</y>
<width>420</width>
<height>589</height>
</rect>
Expand Down Expand Up @@ -408,6 +408,11 @@
<string>Dot</string>
</property>
</item>
<item>
<property name="text">
<string>Circle</string>
</property>
</item>
<item>
<property name="text">
<string>Arrow</string>
Expand All @@ -418,6 +423,11 @@
<string>Tick</string>
</property>
</item>
<item>
<property name="text">
<string>Tick-2</string>
</property>
</item>
</widget>
</item>
<item row="5" column="1">
Expand Down

0 comments on commit 0add97a

Please sign in to comment.