fixup! GUI2 Canvas: Add tile_center resize mode
This commit is contained in:
parent
898f9ea0c7
commit
28184b3629
1 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,8 @@ private:
|
|||
enum resize_mode {
|
||||
scale,
|
||||
stretch,
|
||||
tile
|
||||
tile,
|
||||
tile_center,
|
||||
};
|
||||
|
||||
/** Converts a string to a resize mode. */
|
||||
|
|
Loading…
Add table
Reference in a new issue