Skip to content

Commit

Permalink
Fixup 18afe08
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 5, 2018
1 parent acb48da commit 77922e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/size_lock.cpp
Expand Up @@ -155,9 +155,9 @@ namespace implementation
{
builder_size_lock::builder_size_lock(const config& cfg)
: builder_styled_widget(cfg)
, content_(nullptr)
, width_(cfg["width"])
, height_(cfg["height"])
, content_(nullptr)
{
VALIDATE(cfg.has_child("widget"), _("No widget defined."));
content_ = create_widget_builder(cfg.child("widget"));
Expand Down

0 comments on commit 77922e5

Please sign in to comment.