Kaydet (Commit) 3fb9a28b authored tarafından Caolán McNamara's avatar Caolán McNamara

add theme content_area_spacing to dialog vbox spacing, not override

Change-Id: I4b7fa3fd01717105af194a04b73d90e0d602028a
üst e6093cff
......@@ -670,7 +670,8 @@ void Dialog::setInitialLayoutSize()
const DialogStyle& rDialogStyle =
GetSettings().GetStyleSettings().GetDialogStyle();
pBox->set_border_width(rDialogStyle.content_area_border);
pBox->set_spacing(rDialogStyle.content_area_spacing);
pBox->set_spacing(pBox->get_spacing() +
rDialogStyle.content_area_spacing);
VclButtonBox *pActionArea = getActionArea(this);
if (pActionArea)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment