diff options
author | infirit <[email protected]> | 2014-11-21 17:00:34 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:30 +0100 |
commit | eb8b829672481688b7b5356d74f5ecbff3e29c3c (patch) | |
tree | 5e0d6b4a3dd06d0dbd0008cf959c00406679b282 /src | |
parent | 37badab513ccac69db427207c1cd38ee57997449 (diff) | |
download | engrampa-eb8b829672481688b7b5356d74f5ecbff3e29c3c.tar.bz2 engrampa-eb8b829672481688b7b5356d74f5ecbff3e29c3c.tar.xz |
make the progress dialog larger
Based on FR commit: d7fab57c445a02bf08b90d5cb3ffb44b4b04cdbc
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/fr-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |