Adjust arrow sizefor consistency.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5488 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2006-09-25 01:17:20 +00:00
parent 174c006fd5
commit 69dcc7c685

View File

@ -116,9 +116,9 @@ class Fl_Spinner : public Fl_Group
Fl_Spinner(int X, int Y, int W, int H, const char *L = 0)
: Fl_Group(X, Y, W, H, L),
input_(X, Y, W - H / 2 - 2, H),
up_button_(X + W - H / 2 - 2, Y, H / 2 + 2, H / 2, "@-22<"),
up_button_(X + W - H / 2 - 2, Y, H / 2 + 2, H / 2, "@-42<"),
down_button_(X + W - H / 2 - 2, Y + H - H / 2,
H / 2 + 2, H / 2, "@-22>") {
H / 2 + 2, H / 2, "@-42>") {
end();
value_ = 1.0;