From 8a275b298512340b846ff849b861be214a2def40 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 21 Apr 2005 19:03:46 +0000 Subject: 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 --- fluid/alignment_panel.fl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fluid/alignment_panel.fl') 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 } {public decl {\#include } {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 } - code1 {\#include } modal + code1 {\#include } 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 -- cgit v1.2.3