From eb8b829672481688b7b5356d74f5ecbff3e29c3c Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 21 Nov 2014 17:00:34 +0100 Subject: make the progress dialog larger Based on FR commit: d7fab57c445a02bf08b90d5cb3ffb44b4b04cdbc From: Paolo Bacchilega --- src/fr-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fr-window.c') diff --git a/src/fr-window.c b/src/fr-window.c index 7e2c6a7..08ec8b2 100644 --- a/src/fr-window.c +++ b/src/fr-window.c @@ -65,8 +65,8 @@ #define ACTIVITY_PULSE_STEP (0.033) #define MAX_MESSAGE_LENGTH 50 -#define PROGRESS_DIALOG_DEFAULT_WIDTH 400 #define PROGRESS_TIMEOUT_MSECS 5000 +#define PROGRESS_DIALOG_DEFAULT_WIDTH 500 #define PROGRESS_BAR_HEIGHT 10 #undef LOG_PROGRESS -- cgit v1.2.1