diff options
author | HaSa1002 <johawitt@outlook.de> | 2019-11-27 11:45:38 +0100 |
---|---|---|
committer | HaSa1002 <johawitt@outlook.de> | 2019-11-27 11:47:19 +0100 |
commit | 5be5f654405bc90a567533b74ba55b2fab08fc95 (patch) | |
tree | f207c6c0b3f03cdfcb95ef13c4ff3f6190846dbe /doc/classes/Popup.xml | |
parent | 8fb7481fd53313c5b7a7cece27af0de84c404853 (diff) |
document popup behaviour
Diffstat (limited to 'doc/classes/Popup.xml')
-rw-r--r-- | doc/classes/Popup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index 2357ee2469..6b15b5a1ea 100644 --- a/doc/classes/Popup.xml +++ b/doc/classes/Popup.xml @@ -4,7 +4,7 @@ Base container control for popups and dialogs. </brief_description> <description> - Popup is a base [Control] used to show dialogs and popups. It's a subwindow and modal by default (see [Control]) and has helpers for custom popup behavior. + Popup is a base [Control] used to show dialogs and popups. It's a subwindow and modal by default (see [Control]) and has helpers for custom popup behavior. All popup methods ensure correct placement within the viewport. </description> <tutorials> </tutorials> |