Update layout component

This commit is contained in:
Insality
2022-06-15 10:37:45 +05:00
parent e029d1eac3
commit 0107c015a1
4 changed files with 22 additions and 5 deletions

View File

@@ -87,6 +87,8 @@ M.REVERSE_PIVOTS = {
M.LAYOUT_MODE = {
STRETCH_X = "stretch_x",
STRETCH_Y = "stretch_y",
ZOOM_MIN = "zoom_min",
ZOOM_MAX = "zoom_max",
FIT = gui.ADJUST_FIT,
STRETCH = gui.ADJUST_STRETCH,
}