diff options
-rw-r--r-- | vcl/unx/gtk3/gtkinst.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 52b0f031d9f3..c1e38223ffa5 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -11728,8 +11728,8 @@ public: } // tdf#153885 for wayland if the popover window is the application - // window, contrain it within the application window so it won't - // be cut off off screen. Leave dialog hosted ones alone, like + // window, constrain it within the application window so it won't + // be cut off screen. Leave dialog hosted ones alone, like // format, watermark, which are likely presented in the middle // of the screen and are too small to constrain the popover inside. void ConstrainApplicationWindowPopovers(GtkToggleButton* pItem) |