mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add hotkey example
This commit is contained in:
@@ -86,11 +86,11 @@ M.REVERSE_PIVOTS = {
|
||||
|
||||
M.LAYOUT_MODE = {
|
||||
STRETCH_X = "stretch_x",
|
||||
STRETCH_Y = "stretch_y",
|
||||
STRETCH_Y = "stretch_y",
|
||||
ZOOM_MIN = "zoom_min",
|
||||
ZOOM_MAX = "zoom_max",
|
||||
FIT = gui.ADJUST_FIT,
|
||||
STRETCH = gui.ADJUST_STRETCH,
|
||||
FIT = gui.ADJUST_FIT,
|
||||
STRETCH = gui.ADJUST_STRETCH,
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user