[Widget] Fix default scaling.

This commit is contained in:
Dave Davenport 2021-06-15 19:14:01 +02:00 committed by Dave Davenport
parent 59d69c8f33
commit f8b46f47ac
1 changed files with 1 additions and 1 deletions

View File

@ -190,10 +190,10 @@ typedef enum
typedef enum
{
ROFI_SCALE_NONE,
ROFI_SCALE_BOTH,
ROFI_SCALE_HEIGHT,
ROFI_SCALE_WIDTH,
ROFI_SCALE_NONE,
} RofiScaleType;