From 2b6f79251372ba2ac8fd59a4de2ee604e96c34af Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 22 Nov 2009 18:26:01 +0000 Subject: (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. --- src/toolbar_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/toolbar_gui.cpp') diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index 9379a11c4..f94a89969 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -914,8 +914,8 @@ public: { this->smallest_x = 0; // Biggest child this->smallest_y = 0; // Biggest child - this->fill_x = true; - this->fill_y = false; + this->fill_x = 1; + this->fill_y = 0; this->resize_x = 1; // We only resize in this direction this->resize_y = 0; // We never resize in this direction this->spacers = 0; -- cgit v1.2.3-54-g00ecf