diff --git a/src/gui/panel/infobox-panel.cpp b/src/gui/panel/infobox-panel.cpp
index f36ba7382..a0980b279 100644
--- a/src/gui/panel/infobox-panel.cpp
+++ b/src/gui/panel/infobox-panel.cpp
@@ -89,12 +89,10 @@ namespace panel{
if (not theLog_)
{
theLog_.reset (new ErrorLogDisplay{});
- logExpander_.set_expanded (true);
+ logExpander_.set_expanded (false);
logExpander_.add (*theLog_);
frame_.set_border_width (5);
frame_.add (logExpander_);
-// frame_.add (*theLog_);
-// frame_.check_resize();
frame_.show_all();
}
return *theLog_;
diff --git a/src/gui/widget/error-log-display.hpp b/src/gui/widget/error-log-display.hpp
index 44d654cad..66c431d0a 100644
--- a/src/gui/widget/error-log-display.hpp
+++ b/src/gui/widget/error-log-display.hpp
@@ -85,7 +85,8 @@ namespace widget {
: Gtk::ScrolledWindow()
, textLog_{}
{
- set_size_request (200, 80); // must be > 50 for the scrollbar to work properly
+ set_size_request (200, 80); // must be > 50 for the scrollbar to work properly
+ property_expand() = true; // always grab any available additional space
set_border_width (10);
set_shadow_type (Gtk::SHADOW_NONE);
diff --git a/wiki/thinkPad.ichthyo.mm b/wiki/thinkPad.ichthyo.mm
index 378919733..7304dde48 100644
--- a/wiki/thinkPad.ichthyo.mm
+++ b/wiki/thinkPad.ichthyo.mm
@@ -1744,12 +1744,13 @@
-
-
+
+
-
+
+
@@ -1762,17 +1763,20 @@
...ob beim Expand/Collapse das umschließende Widget resized werden soll