diff options
author | corvid <corvid@lavabit.com> | 2012-12-30 03:38:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-30 03:38:42 +0000 |
commit | aaab52c26db7ab85b263820947232d7eff8eebb3 (patch) | |
tree | eeeaa33783c6ec53f18638c1c7669128f31fcf1c /src/dialog.cc | |
parent | 08fcee0f972badaa2dc71ae5008fc5ae71dde1a3 (diff) |
ui color fg/bg preferences
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html
The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html
Diffstat (limited to 'src/dialog.cc')
-rw-r--r-- | src/dialog.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dialog.cc b/src/dialog.cc index 94c31fb1..83b9ed8b 100644 --- a/src/dialog.cc +++ b/src/dialog.cc @@ -166,8 +166,6 @@ const char *a_Dialog_input(const char *title, const char *msg) o->box(FL_THIN_UP_BOX); o->labelfont(FL_TIMES_BOLD); o->labelsize(34); - o->color(FL_WHITE); - o->labelcolor(FL_BLUE); o->label("?"); o->show(); @@ -196,7 +194,6 @@ const char *a_Dialog_input(const char *title, const char *msg) ch->tooltip("Select search engine"); ch->menu(pm); ch->value(prefs.search_url_idx); - ch->textcolor(FL_DARK_BLUE); int xpos = ww-2*(gap+bw), ypos = ih+3*gap; Fl_Return_Button *rb = new Fl_Return_Button(xpos, ypos, bw, bh, "OK"); |