From 832b923153456a0f7dc8e1227506cc504355f204 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 5 Sep 2013 00:40:55 +0000 Subject: [PATCH] let the theme preview object resize git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47972 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/prefs/appearance/themepreview.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbench/prefs/appearance/themepreview.c b/workbench/prefs/appearance/themepreview.c index 10ef4e0c28..3af7801af4 100644 --- a/workbench/prefs/appearance/themepreview.c +++ b/workbench/prefs/appearance/themepreview.c @@ -135,8 +135,8 @@ IPTR ThemePreview__MUIM_AskMinMax(struct IClass *CLASS, Object *self, struct MUI message->MinMaxInfo->DefWidth += PREVIEW_WIDTH; message->MinMaxInfo->DefHeight += PREVIEW_HEIGHT; - message->MinMaxInfo->MaxWidth = PREVIEW_WIDTH; - message->MinMaxInfo->MaxHeight = PREVIEW_HEIGHT; + message->MinMaxInfo->MaxWidth = MUI_MAXMAX; + message->MinMaxInfo->MaxHeight = MUI_MAXMAX; return rc; } -- 2.11.4.GIT