- fixed fullscreen functionality for PyQt6 and a few other fixes regarding the port to PyQt6
This commit is contained in:
@@ -4287,7 +4287,7 @@ class NccUI:
|
||||
self.find_optimal_button = QtWidgets.QToolButton()
|
||||
self.find_optimal_button.setText(_('Optimal'))
|
||||
self.find_optimal_button.setIcon(QtGui.QIcon(self.app.resource_location + '/open_excellon32.png'))
|
||||
self.find_optimal_button.setToolButtonStyle(QtCore.Qt.ToolButtonTextBesideIcon)
|
||||
self.find_optimal_button.setToolButtonStyle(QtCore.Qt.ToolButtonStyle.ToolButtonTextBesideIcon)
|
||||
self.find_optimal_button.setToolTip(
|
||||
_("Find a tool diameter that is guaranteed\n"
|
||||
"to do a complete isolation.")
|
||||
|
||||
Reference in New Issue
Block a user