From cddb39a066ba484ecf44dceb0bdb2b930a0764c9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 2 Nov 2005 13:55:13 +0000 Subject: STR #1052: Updated FLUID to generate buttons in the correct colors. After all these changes, it may be useful to rebuild all cxx files from fl files. This will make sure that menu items are rendered in foreground color instead of simply black git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/widget_panel.fl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid/widget_panel.fl') diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index aaa6eb69c..534e6f841 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 {} { @@ -106,7 +106,7 @@ Function {make_widget_panel()} {open Fl_Button {} { label Wrap user_data FL_ALIGN_WRAP - callback align_cb + callback align_cb selected tooltip {Wrap the label text.} xywh {140 110 50 20} type Toggle selection_color 8 labelsize 11 } Fl_Button {} { @@ -536,7 +536,7 @@ Function {make_widget_panel()} {open Fl_Button wLiveMode { label {Live &Mode} callback live_mode_cb - tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {142 325 84 20} type Toggle labelsize 11 labelcolor 0 + tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {142 325 84 20} type Toggle labelsize 11 } } } -- cgit v1.2.3