From 26085b6bd0c27854291cf67fc8977761147ba23d Mon Sep 17 00:00:00 2001 From: drowe67 Date: Mon, 27 May 2013 20:50:41 +0000 Subject: [PATCH] filer dialog now fits on 800x600 without clipping git-svn-id: https://svn.code.sf.net/p/freetel/code@1286 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/src/dlg_filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdmdv2/src/dlg_filter.cpp b/fdmdv2/src/dlg_filter.cpp index 767e9983..e659c57b 100644 --- a/fdmdv2/src/dlg_filter.cpp +++ b/fdmdv2/src/dlg_filter.cpp @@ -21,7 +21,7 @@ #include "dlg_filter.h" #define SLIDER_MAX 100 -#define SLIDER_LENGTH 155 +#define SLIDER_LENGTH 100 #define FILTER_MIN_MAG_DB -20.0 #define FILTER_MAX_MAG_DB 20.0 -- 2.25.1