diff --git a/src/object_gui.cpp b/src/object_gui.cpp index 502d8891e6..dc80fbc8c6 100644 --- a/src/object_gui.cpp +++ b/src/object_gui.cpp @@ -187,6 +187,8 @@ public: case WID_BO_INFO: size.height = this->info_height; + fill.height = this->has_class_picker ? 0 : 1; + resize.height = this->has_class_picker ? 0 : 1; break; default: