From 4c301eb6f9e27c63ca08115a7111882dafd5bcff Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 17 May 2014 18:43:11 +0000 Subject: [PATCH] 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 --- fluid/template_panel.fl | 4 ++-- 1 file 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