- fixed the workspace being always A4
- added a label in the status bar to show if the workplace is active and what size it is
This commit is contained in:
@@ -2326,7 +2326,12 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
self.snap_toolbar.setMaximumHeight(24)
|
||||
self.infobar.addWidget(self.snap_toolbar)
|
||||
|
||||
self.units_label = QtWidgets.QLabel("[in]")
|
||||
self.wplace_label = FCLabel("A4")
|
||||
self.wplace_label.setMargin(2)
|
||||
self.infobar.addWidget(self.wplace_label)
|
||||
self.wplace_label.hide()
|
||||
|
||||
self.units_label = QtWidgets.QLabel("[mm]")
|
||||
self.units_label.setMargin(2)
|
||||
self.infobar.addWidget(self.units_label)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user