diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-18 13:48:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:19 +0100 |
commit | 0b5d156dee0dd362200134d1a4b1ba44d2d63970 (patch) | |
tree | e2f024f181a7f6ecf41a6c8f85c9493daa3315e9 /sfx2/source | |
parent | 0d7cbdbeac23b6a04b4b7b6e8fd39f2a99da0f41 (diff) |
implement sucking in the padding from the theme
pretty up dialogs, centralize adding the borders into
VclContainer, reduce default space between buttons
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index e4df68bfb518..1adf1202521e 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -511,12 +511,8 @@ void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText ) rtl::OString sFill(RTL_CONSTASCII_STRINGPARAM("fill")); rtl::OString sExpand(RTL_CONSTASCII_STRINGPARAM("expand")); rtl::OString sPackType(RTL_CONSTASCII_STRINGPARAM("pack-type")); - rtl::OString sBorderWidth(RTL_CONSTASCII_STRINGPARAM("border-width")); vbox.setChildProperty(sFill, true); - //TO-DO, when vcontent_area belongs to dialog via builder, this becomes - //content-area-border on the dialog - vbox.setChildProperty(sBorderWidth, sal_Int32(7)); action_area.setChildProperty(sFill, true); |