diff --git a/useractions.cpp b/useractions.cpp index 0e86d055d7..eb37d08abf 100644 --- a/useractions.cpp +++ b/useractions.cpp @@ -176,7 +176,7 @@ void Workspace::clientPopupAboutToShow() if (options->useTranslucency) { transSlider->setValue(100-active_popup_client->opacityPercentage()); - setTransButtonText(active_popup_client->opacityPercentage()); + setTransButtonText(100-active_popup_client->opacityPercentage()); } }