summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-11-03 22:16:52 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-11-03 22:16:52 +0000
commit309e21c9fd3d0a46963c538ba50b21b1dacbf64a (patch)
tree043c3726c9c192a4a982748fa1a1cfb21fde2a3f /fluid/function_panel.fl
parent1b43ec76904a2199a1413afdb92a53b8c6fb96ac (diff)
Fix new GUI panels to conform to HIG.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4632 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl36
1 files changed, 18 insertions, 18 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 032a75f0e..655ead0ce 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -689,57 +689,57 @@ Function {make_sourceview()} {open
Fl_Window sourceview_panel {
label {Code View}
callback toggle_sourceview_cb open
- xywh {388 212 544 500} type Double resizable size_range {384 120 0 0} visible
+ xywh {533 374 520 490} type Double resizable size_range {384 120 0 0} visible
} {
Fl_Tabs sv_tab {
callback update_sourceview_position_cb open
- xywh {20 10 500 440} resizable
+ xywh {10 10 500 440} selection_color 4 labelcolor 7 resizable
} {
Fl_Group {} {
label Source open
- xywh {20 35 500 415} labelsize 13 resizable
+ xywh {10 35 500 415} labelsize 13 hide resizable
} {
Fl_Text_Editor sv_source {
- xywh {25 40 490 405} textfont 4 textsize 11 resizable
+ xywh {20 50 480 390} textfont 4 textsize 11 resizable
code0 {\#include "CodeEditor.h"}
class CodeEditor
}
}
Fl_Group {} {
label Header open
- xywh {20 35 500 415} labelsize 13 hide
+ xywh {10 35 500 415} labelsize 13
} {
- Fl_Text_Editor sv_header {
- xywh {25 40 490 405} textfont 4 textsize 11 resizable
+ Fl_Text_Editor sv_header {selected
+ xywh {20 50 480 390} textfont 4 textsize 11 resizable
code0 {\#include "CodeEditor.h"}
class CodeEditor
}
}
}
Fl_Group {} {open
- xywh {20 460 500 25}
+ xywh {10 460 500 20}
} {
Fl_Button {} {
- label refresh
+ label Refresh
callback update_sourceview_cb
- xywh {20 460 80 25} labelsize 11
+ xywh {10 460 61 20} labelsize 11
}
Fl_Light_Button sv_autorefresh {
- label autorefresh
- xywh {105 460 80 25} labelsize 11
+ label {Auto-Refresh}
+ xywh {76 460 91 20} labelsize 11
code0 {o->callback((Fl_Callback*)update_sourceview_cb);}
}
Fl_Light_Button sv_autoposition {
- label autoposition
- xywh {190 460 80 25} labelsize 11
+ label {Auto-Position}
+ xywh {172 460 89 20} labelsize 11
}
Fl_Button {} {
- label close
- callback toggle_sourceview_b_cb selected
- xywh {440 460 80 25} labelsize 11
+ label Close
+ callback toggle_sourceview_b_cb
+ xywh {460 460 50 20} labelsize 11
}
Fl_Box {} {
- xywh {275 460 160 25} resizable
+ xywh {265 460 190 20} resizable
}
}
}