Update 2.46, Reserved space in toolpanelnotebook for locallab

This commit is contained in:
TooWaBoo 2017-02-25 04:51:29 +01:00 committed by GitHub
parent e6288be74b
commit 213d46b8b6

View File

@ -2,7 +2,7 @@
This file is part of RawTherapee.
Copyright (c) 2016-2017 TooWaBoo
Version 2.45 - requires RT 5.0
Version 2.46 - requires RT 5.0
RawTherapee is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -789,6 +789,11 @@ window.csd:not(.fullscreen) #MainNotebook > header.top {
margin-bottom: 0.33334em;
}
#ToolPanelNotebook > header tab{
margin-left: 0.08333em;
margin-right: 0.08333em;
}
#ToolPanelNotebook > header tab image{
min-height: 2.5em;
min-width: calc(1.66667em + 6px);