- fixed Properties Tool due of recent changes to the FCTree widget

This commit is contained in:
Marius Stanciu
2020-03-13 15:43:26 +02:00
committed by Marius
parent 98f4a82ad4
commit e6917ba1ab
5 changed files with 12 additions and 3 deletions

View File

@@ -12727,7 +12727,7 @@ class App(QtCore.QObject):
)
return
if act_name == _("Transparency"):
if act_name == _("Opacity"):
alpha_level, ok_button = QtWidgets.QInputDialog.getInt(
self.ui, _("Set alpha level ..."), '%s:' % _("Value"), min=0, max=255, step=1, value=191)