diff options
| author | Greg Ercolano <erco@seriss.com> | 2014-05-17 18:43:11 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2014-05-17 18:43:11 +0000 |
| commit | 4c301eb6f9e27c63ca08115a7111882dafd5bcff (patch) | |
| tree | 7211d9c949d0dd9893fe5dc6e613ed67483b5a0d | |
| parent | 17b3cb59cd592c68392bf3c35face5de8ac91113 (diff) | |
Small template panel widget positioning/sizes
to prevent labels clipping (on linux).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10148 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/template_panel.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl index 87a701262..eacdb35f9 100644 --- a/fluid/template_panel.fl +++ b/fluid/template_panel.fl @@ -117,7 +117,7 @@ if (img) { template_submit->activate(); if (Fl::event_key() == FL_Enter) template_panel->hide(); } else template_submit->deactivate();} - xywh {124 288 326 25} labelfont 1 when 3 textfont 4 + xywh {144 288 306 25} labelfont 1 when 3 textfont 4 } Fl_Input template_instance { label {Instance Name:} @@ -129,7 +129,7 @@ if (img) { Fl_Button template_delete { label {Delete Template} callback template_delete_cb - xywh {10 323 133 25} + xywh {10 323 143 25} } Fl_Box {} { xywh {153 323 126 25} resizable |
