mirror of
https://github.com/Denvi/FlatCAM.git
synced 2026-03-06 16:27:19 +01:00
Updated Ubuntu setup script to support rtree. Removed defaults.json and recent.json from the main dir.
This commit is contained in:
@@ -295,7 +295,9 @@ class GeometryObjectUI(ObjectUI):
|
||||
# Method
|
||||
methodlabel = QtGui.QLabel('Method:')
|
||||
methodlabel.setToolTip(
|
||||
"Algorithm to paint the polygon."
|
||||
"Algorithm to paint the polygon:<BR>"
|
||||
"<B>Standard</B>: Fixed step inwards.<BR>"
|
||||
"<B>Seed-based</B>: Outwards from seed."
|
||||
)
|
||||
grid2.addWidget(methodlabel, 3, 0)
|
||||
self.paintmethod_combo = RadioSet([
|
||||
|
||||
Reference in New Issue
Block a user