summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2017-11-06 19:19:09 +0400
committerYousuf Philips <philipz85@hotmail.com>2017-11-08 14:48:03 +0100
commitbab20c21288ace0791cf4f43bc646d88c8712e8a (patch)
tree17794ee77fd34c6fe8271eae59126e10e46e3c28
parent4b5751dd0b08d5fe55f89513ea1062f059c493c7 (diff)
tdf#99027 Use 0.5pt border size with toolbar control
Change-Id: Ie04195b5d3cfc03ccb863d5450f9a4c86d24d962 Reviewed-on: https://gerrit.libreoffice.org/44369 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jim Raykowski <raykowj@gmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r--sw/source/uibase/shells/tabsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/tabsh.cxx b/sw/source/uibase/shells/tabsh.cxx
index b3519acbf9d6..61814a10b53a 100644
--- a/sw/source/uibase/shells/tabsh.cxx
+++ b/sw/source/uibase/shells/tabsh.cxx
@@ -527,7 +527,7 @@ void SwTableShell::Execute(SfxRequest &rReq)
if(aBorderLine.GetOutWidth() == 0)
{
aBorderLine.SetBorderLineStyle(SvxBorderLineStyle::SOLID);
- aBorderLine.SetWidth( DEF_LINE_WIDTH_0 );
+ aBorderLine.SetWidth( DEF_LINE_WIDTH_5 );
}
if( aBox.GetTop() != nullptr )