|
@@ -232,11 +232,11 @@ class PiketMainWindow(QMainWindow):
|
232
|
232
|
self.toolbar.addWidget(self.create_spacer())
|
233
|
233
|
|
234
|
234
|
# Right
|
235
|
|
- self.toolbar.addAction(
|
236
|
|
- self.load_icon("add_consumption_type.png"),
|
237
|
|
- "Nieuw",
|
238
|
|
- self.add_consumption_type,
|
239
|
|
- )
|
|
235
|
+ # self.toolbar.addAction(
|
|
236
|
+ # self.load_icon("add_consumption_type.png"),
|
|
237
|
+ # "Nieuw",
|
|
238
|
+ # self.add_consumption_type,
|
|
239
|
+ # )
|
240
|
240
|
self.toolbar.setContextMenuPolicy(Qt.PreventContextMenu)
|
241
|
241
|
self.toolbar.setFloatable(False)
|
242
|
242
|
self.toolbar.setMovable(False)
|