diff options
| author | tassaron | 2017-08-10 09:12:48 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-10 09:12:48 -0400 |
| commit | 8baa24e87847a0c7c530cbb55196103ce9cc511c (patch) | |
| tree | 5023665c5a808bb6261b50db9d58cf8618396020 /src/components/life.ui | |
| parent | 9732f3bdebc7fbeb944d71f313d3c0797b3dbcd4 (diff) | |
added connected path shape to Life
Diffstat (limited to 'src/components/life.ui')
| -rw-r--r-- | src/components/life.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/life.ui b/src/components/life.ui index 2341c19..3b393dd 100644 --- a/src/components/life.ui +++ b/src/components/life.ui @@ -215,12 +215,17 @@ <widget class="QComboBox" name="comboBox_shapeType"> <item> <property name="text"> + <string>Path</string> + </property> + </item> + <item> + <property name="text"> <string>Rectangle</string> </property> </item> <item> <property name="text"> - <string>Ellipse</string> + <string>Elliptical</string> </property> </item> <item> |
