Acoustic inversion: Fix path icon.
parent
965b222e65
commit
3267ada1be
|
|
@ -492,7 +492,7 @@ class AcousticInversionTab(QWidget):
|
||||||
msgBox.setWindowTitle("Alpha computation error")
|
msgBox.setWindowTitle("Alpha computation error")
|
||||||
msgBox.setIconPixmap(
|
msgBox.setIconPixmap(
|
||||||
QPixmap(
|
QPixmap(
|
||||||
self.path_icon + "no_approved.png"
|
self._path_icon("no_approved.png")
|
||||||
).scaledToHeight(32, Qt.SmoothTransformation)
|
).scaledToHeight(32, Qt.SmoothTransformation)
|
||||||
)
|
)
|
||||||
msgBox.setText("Sediment sound attenuation is negative !")
|
msgBox.setText("Sediment sound attenuation is negative !")
|
||||||
|
|
@ -503,7 +503,7 @@ class AcousticInversionTab(QWidget):
|
||||||
msgBox.setWindowTitle("Alpha computation error")
|
msgBox.setWindowTitle("Alpha computation error")
|
||||||
msgBox.setIconPixmap(
|
msgBox.setIconPixmap(
|
||||||
QPixmap(
|
QPixmap(
|
||||||
self.path_icon + "no_approved.png"
|
self._path_icon("no_approved.png")
|
||||||
).scaledToHeight(32, Qt.SmoothTransformation)
|
).scaledToHeight(32, Qt.SmoothTransformation)
|
||||||
)
|
)
|
||||||
msgBox.setText("Sediment sound attenuation is infinite !")
|
msgBox.setText("Sediment sound attenuation is infinite !")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue