summaryrefslogtreecommitdiff
path: root/dw/widget.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-02 20:05:48 +0100
committerSebastian Geerken <devnull@localhost>2015-01-02 20:05:48 +0100
commit4008a8962e30437449cafbc0f178c7f2b92dd57c (patch)
treece7f3f39f21f96813e590f88a75223a4d1b56729 /dw/widget.cc
parent456d1af50cf24634c372a895971e0287f2234d44 (diff)
'adjust_min_width' is now set by default.
Diffstat (limited to 'dw/widget.cc')
-rw-r--r--dw/widget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.cc b/dw/widget.cc
index be64d83a..916dfd21 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -60,7 +60,7 @@ void Widget::WidgetImgRenderer::draw (int x, int y, int width, int height)
// ----------------------------------------------------------------------
-bool Widget::adjustMinWidth = false;
+bool Widget::adjustMinWidth = true;
int Widget::CLASS_ID = -1;
Widget::Widget ()