summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-08-24 11:40:23 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-08-24 11:40:23 +0000
commit1db26430c283cca03c47b14391d4ea2a927aa761 (patch)
tree0d4c2cd6901a124e4d165d05f74cfc649da21252
parentcd1de720b716d77810a923bc7aa7242e99db891c (diff)
Fix widget spacing to conform to the HIG.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4535 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--fluid/widget_panel.cxx2
-rw-r--r--fluid/widget_panel.fl6
2 files changed, 4 insertions, 4 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index d93de79d1..55548a015 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -738,7 +738,7 @@ access the Widget pointer and \'v\' to access the user value.");
o->callback((Fl_Callback*)cancel_cb);
o->hide();
}
- { Fl_Button* o = wLiveMode = new Fl_Button(145, 325, 84, 20, "LIve &Mode");
+ { Fl_Button* o = wLiveMode = new Fl_Button(142, 325, 84, 20, "LIve &Mode");
o->tooltip("Hide the widget overlay box.");
o->type(1);
o->labelsize(11);
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 90fdbeb11..610f6f69d 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -43,7 +43,7 @@ Function {make_widget_panel()} {open
} {
Fl_Group {} {
label GUI
- callback propagate_load selected
+ callback propagate_load
xywh {5 25 400 290} labelsize 11 when 0 resizable
} {
Fl_Group {} {
@@ -510,7 +510,7 @@ Function {make_widget_panel()} {open
}
Fl_Button {} {
label {Hide &Overlays}
- callback overlay_cb
+ callback overlay_cb selected
tooltip {Hide the widget overlay box.} xywh {231 325 99 20} labelsize 11 labelcolor 1
}
Fl_Button {} {
@@ -531,7 +531,7 @@ Function {make_widget_panel()} {open
Fl_Button wLiveMode {
label {LIve &Mode}
callback live_mode_cb
- tooltip {Hide the widget overlay box.} xywh {145 325 84 20} type Toggle labelsize 11 labelcolor 0
+ tooltip {Hide the widget overlay box.} xywh {142 325 84 20} type Toggle labelsize 11 labelcolor 0
}
}
}