mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Some text alignement in ede-bug-report so it can be easily read in the source.
Rewriten ede-crasher. Now is able to call ede-bug-report, display png icon, do backtrace in random temporary files and etc.
This commit is contained in:
@@ -143,7 +143,10 @@ int main(int argc, char** argv) {
|
||||
title_box->labelsize(14);
|
||||
title_box->align(FL_ALIGN_LEFT|FL_ALIGN_INSIDE);
|
||||
|
||||
Fl_Box *description_box = new Fl_Box(80, 45, 390, 95, _("To help us to improve the future EDE versions, please describe the problem with much details as possible.\n\nNote: valid email address is required, so developers could contact you for more informations if necessary."));
|
||||
Fl_Box *description_box = new Fl_Box(80, 45, 390, 95, _("To help us to improve the future EDE versions, "
|
||||
"please describe the problem with much details as possible.\n\nNote: valid email address is required, so "
|
||||
"developers could contact you for more informations if necessary."));
|
||||
|
||||
description_box->align(133|FL_ALIGN_INSIDE);
|
||||
|
||||
bug_title_input = new Fl_Input(10, 165, 225, 25, _("Short and descriptive title:"));
|
||||
|
Reference in New Issue
Block a user