diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-10 04:15:17 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-10 04:15:17 +0000 |
| commit | 7cad39d3ef4b0f6c5b6f026633f375bd54eaa7e4 (patch) | |
| tree | 6b2e7bd95c8e0d9f56d4797af980807658ad72ce | |
| parent | 3bf9a5cb2f6b777a869d3c77bdb7874d87970930 (diff) | |
Start working on a new FLUID icon for desktop integration...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4098 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/about_panel.cxx | 6 | ||||
| -rw-r--r-- | fluid/about_panel.fl | 8 | ||||
| -rw-r--r-- | fluid/icons/fluid.icns (renamed from fluid/fluid.icns) | bin | 44080 -> 44080 bytes | |||
| -rw-r--r-- | fluid/icons/fluid.xcf.gz | bin | 0 -> 22490 bytes |
4 files changed, 7 insertions, 7 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 3fa9368e4..f63378890 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -42,7 +42,7 @@ static void cb_OK(Fl_Return_Button* o, void*) { Fl_Double_Window* make_about_panel() { Fl_Double_Window* w; - { Fl_Double_Window* o = about_panel = new Fl_Double_Window(309, 258, "about fluid"); + { Fl_Double_Window* o = about_panel = new Fl_Double_Window(305, 255, "about fluid"); w = o; o->box(FL_UP_BOX); o->color((Fl_Color)97); @@ -110,7 +110,7 @@ Fl_Double_Window* make_about_panel() { o->labelcolor(FL_BACKGROUND2_COLOR); o->align(FL_ALIGN_TOP|FL_ALIGN_INSIDE); } - { Fl_Box* o = new Fl_Box(140, 27, 160, 123, "FLTK User\nInterface\nDesigner\nVersion 1.1.6"); + { Fl_Box* o = new Fl_Box(140, 27, 160, 123, "FLTK User\nInterface\nDesigner\nVersion 1.1.7"); o->box(FL_OVAL_BOX); o->color((Fl_Color)12); o->selection_color(FL_DARK1); @@ -119,7 +119,7 @@ Fl_Double_Window* make_about_panel() { o->labelsize(18); o->labelcolor(FL_BACKGROUND2_COLOR); } - { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2004 by\nBill Spitzak and others"); + { Fl_Button* o = new Fl_Button(181, 176, 115, 30, "\251""1998-2005 by\nBill Spitzak and others"); o->box(FL_THIN_UP_BOX); o->labelsize(10); o->labelcolor(FL_DARK_BLUE); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 429dedbf8..bb8e7b75a 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -36,7 +36,7 @@ Function {make_about_panel()} {open } { Fl_Window about_panel { label {about fluid} open - xywh {337 120 309 258} type Double box UP_BOX color 97 selection_color 47 hotspot non_modal visible + xywh {337 120 305 255} type Double box UP_BOX color 97 selection_color 47 hotspot non_modal visible } { Fl_Group display_group {open xywh {10 10 290 240} @@ -76,11 +76,11 @@ Function {make_about_panel()} {open label {FLTK User Interface Designer -Version 1.1.6} +Version 1.1.7} selected xywh {140 27 160 123} box OVAL_BOX color 12 selection_color 47 labeltype SHADOW_LABEL labelfont 1 labelsize 18 labelcolor 7 } Fl_Button {} { - label {©1998-2004 by + label {©1998-2005 by Bill Spitzak and others} callback {show_help("license.html");} xywh {181 176 115 30} box THIN_UP_BOX labelsize 10 labelcolor 136 @@ -97,5 +97,5 @@ Bill Spitzak and others} comment { // // End of "$Id$". -//} {selected in_source in_header +//} {in_source in_header } diff --git a/fluid/fluid.icns b/fluid/icons/fluid.icns Binary files differindex 361eaa56a..361eaa56a 100644 --- a/fluid/fluid.icns +++ b/fluid/icons/fluid.icns diff --git a/fluid/icons/fluid.xcf.gz b/fluid/icons/fluid.xcf.gz Binary files differnew file mode 100644 index 000000000..13a7c9300 --- /dev/null +++ b/fluid/icons/fluid.xcf.gz |
