|
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
|
|
width_opt = G_define_option();
|
|
width_opt = G_define_option();
|
|
width_opt->key = "width";
|
|
width_opt->key = "width";
|
|
width_opt->label = _("Width for display monitor if not set by GRASS_RENDER_WIDTH");
|
|
width_opt->label = _("Width for display monitor if not set by GRASS_RENDER_WIDTH");
|
|
- width_opt->description = _("Default value: 640");
|
|
|
|
|
|
+ width_opt->description = _("Default value: 720");
|
|
width_opt->type = TYPE_INTEGER;
|
|
width_opt->type = TYPE_INTEGER;
|
|
width_opt->key_desc = "value";
|
|
width_opt->key_desc = "value";
|
|
width_opt->guisection = _("Settings");
|
|
width_opt->guisection = _("Settings");
|
|
@@ -185,7 +185,7 @@ int main(int argc, char *argv[])
|
|
if (start_opt->answer) {
|
|
if (start_opt->answer) {
|
|
int width, height;
|
|
int width, height;
|
|
|
|
|
|
- width = width_opt->answer ? atoi(width_opt->answer) : 640;
|
|
|
|
|
|
+ width = width_opt->answer ? atoi(width_opt->answer) : 720;
|
|
height = height_opt->answer ? atoi(height_opt->answer) : 480;
|
|
height = height_opt->answer ? atoi(height_opt->answer) : 480;
|
|
if (res_opt->answer) {
|
|
if (res_opt->answer) {
|
|
int res;
|
|
int res;
|