app: fix dockbook tab border values.

Argh! Always triple-check commits before pushing!
Commit e30c92c had completely wrong big values, which I was using
to make tab border update really visible while testing.
This commit is contained in:
Jehan 2017-03-11 03:35:14 +01:00
parent e30c92ce91
commit a88afe485a
1 changed files with 2 additions and 2 deletions

View File

@ -1651,10 +1651,10 @@ gimp_dockbook_get_tab_border (GimpDockbook *dockbook)
tab_border /= 2;
break;
case GIMP_ICON_SIZE_LARGE:
tab_border *= 10;
tab_border *= 2;
break;
case GIMP_ICON_SIZE_HUGE:
tab_border *= 30;
tab_border *= 3;
break;
default:
/* GIMP_ICON_SIZE_MEDIUM and GIMP_ICON_SIZE_DEFAULT: