From f8b46f47aca8ff0cc8303be08849b979863292e3 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 15 Jun 2021 19:14:01 +0200 Subject: [PATCH] [Widget] Fix default scaling. --- include/rofi-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rofi-types.h b/include/rofi-types.h index 4117a1b3..2937dd81 100644 --- a/include/rofi-types.h +++ b/include/rofi-types.h @@ -190,10 +190,10 @@ typedef enum typedef enum { + ROFI_SCALE_NONE, ROFI_SCALE_BOTH, ROFI_SCALE_HEIGHT, ROFI_SCALE_WIDTH, - ROFI_SCALE_NONE, } RofiScaleType;