Kaydet (Commit) 066c7cc5 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

sc: adjust tab height a bit

Change-Id: I82b20bb7f17b59fdd925d3e5da95b63c2839bda7
üst 8702519d
......@@ -53,8 +53,10 @@
#include <basegfx/tools/zoomtools.hxx>
#define SPLIT_MARGIN 30
#define SPLIT_HANDLE_SIZE 5
#define SPLIT_MARGIN 30
#define SPLIT_HANDLE_SIZE 5
#define WIDTH_MARGIN 5
#define SC_ICONSIZE 36
using namespace ::com::sun::star;
......@@ -340,7 +342,7 @@ void ScTabView::DoResize( const Point& rOffset, const Size& rSize, bool bInner )
const StyleSettings& rStyleSettings = pFrameWin->GetSettings().GetStyleSettings();
sal_Int32 nTabWidth = pFrameWin->GetFont().GetHeight() + 4;
sal_Int32 nTabWidth = pFrameWin->GetFont().GetHeight() + WIDTH_MARGIN;
if ( aViewData.GetHSplitMode() != SC_SPLIT_NONE )
{
......
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