diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 21:16:38 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-20 15:35:31 +0000 |
| commit | 2aeeb785bf3f166eb9128b72267605bc6535e17f (patch) | |
| tree | 23001a2d0b1805449f4bfd92916ed04d05381f80 /src/ui/dialog/attrdialog.cpp | |
| parent | Fix compiling issues (diff) | |
| download | inkscape-2aeeb785bf3f166eb9128b72267605bc6535e17f.tar.gz inkscape-2aeeb785bf3f166eb9128b72267605bc6535e17f.zip | |
Merge from master
Diffstat (limited to 'src/ui/dialog/attrdialog.cpp')
| -rw-r--r-- | src/ui/dialog/attrdialog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/dialog/attrdialog.cpp b/src/ui/dialog/attrdialog.cpp index 601037f04..ce24e3272 100644 --- a/src/ui/dialog/attrdialog.cpp +++ b/src/ui/dialog/attrdialog.cpp @@ -63,10 +63,10 @@ namespace Dialog { * A treeview whose each row corresponds to an XML attribute of a selected node * New attribute can be added by clicking '+' at bottom of the attr pane. '-' */ -AttrDialog::AttrDialog(): - UI::Widget::Panel("/dialogs/attr", SP_VERB_DIALOG_ATTR), - _desktop(nullptr), - _repr(nullptr) +AttrDialog::AttrDialog() + : UI::Widget::Panel("/dialogs/attr", SP_VERB_DIALOG_ATTR) + , _desktop(nullptr) + , _repr(nullptr) { set_size_request(20, 15); _mainBox.pack_start(_scrolledWindow, Gtk::PACK_EXPAND_WIDGET); |
