mirror of
https://github.com/fatiando/moulder.git
synced 2025-12-21 10:31:09 +08:00
Modified actions for drawing polygons
This commit is contained in:
@@ -84,9 +84,9 @@ class MoulderApp(QMainWindow):
|
||||
'&Quit', self)
|
||||
self.quit_action.setShortcut('Ctrl+Q')
|
||||
self.about_action = QAction("&About", self)
|
||||
self.new_polygon_action = QAction(QIcon.fromTheme("window-new"),
|
||||
self.new_polygon_action = QAction(QIcon.fromTheme("list-add"),
|
||||
"&New Polygon", self)
|
||||
self.delete_polygon_action = QAction(QIcon.fromTheme("window-close"),
|
||||
self.delete_polygon_action = QAction(QIcon.fromTheme("list-remove"),
|
||||
"&Delete Polygon", self)
|
||||
self.add_vertex_action = QAction(QIcon.fromTheme("document-new"),
|
||||
"&Add Vertex", self)
|
||||
|
||||
Reference in New Issue
Block a user