diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-21 19:03:46 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-21 19:03:46 +0000 |
| commit | 8a275b298512340b846ff849b861be214a2def40 (patch) | |
| tree | ca19c1aa13b7226cef433fde85da85bc9c40a080 /fluid/alignment_panel.fl | |
| parent | 668ef918e834bf8ac40d238d5477b5de7e914e3e (diff) | |
FLUID wasn't tracking all changes on the widget panel, so undo and save stuff
didn't work if you just changed colors, etc.
Use blue selection color for tabs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4296 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 593399363..f2cc5bf60 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -37,24 +37,24 @@ decl {\#include <FL/Fl_Text_Buffer.H>} {public decl {\#include <FL/Fl_Text_Display.H>} {public } -decl {extern void load_history();} {selected public +decl {extern void load_history();} {public } Function {make_project_window()} {open } { Fl_Window project_window { label {Project Settings} - xywh {312 395 345 185} type Double hide + xywh {312 395 345 185} type Double code0 {\#include <FL/Fl_Preferences.H>} - code1 {\#include <FL/Fl_Tooltip.H>} modal + code1 {\#include <FL/Fl_Tooltip.H>} modal visible } { Fl_Button {} { label Close callback {project_window->hide();} tooltip {Close this dialog.} xywh {293 156 42 20} labelsize 11 } - Fl_Tabs {} {open - xywh {10 10 325 138} selection_color 8 labelsize 11 + Fl_Tabs {} {open selected + xywh {10 10 325 138} selection_color 4 labelsize 11 } { Fl_Group {} { label Output open |
