diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index 42f1c681f..2a9882e33 100644 --- a/rtdata/themes/TooWaBlue-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-GTK3-20_.css @@ -2,7 +2,7 @@ This file is part of RawTherapee. Copyright (c) 2016-2017 TooWaBoo - Version 2.69 + Version 2.70 RawTherapee is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -852,7 +852,7 @@ window.csd:not(.fullscreen) #MainNotebook > header.top { #ToolPanelNotebook > header tab #TextOrIcon image{ min-height: 2.33334em; - min-width: 2.5em; + min-width: calc(2em + 4px); padding: 2px 0; margin: 0; } @@ -1388,12 +1388,16 @@ button.flat { /* Resetbutton */ #MyExpander button.flat, dialog scale + button.flat, -scale + button.flat { +scale + button.flat, +dialog entry + button.flat { min-height: 1.16667em; min-width: 1.66667em; margin: 0.08334em 0 0.08334em 0.16667em; padding: 0; } +dialog entry + button.flat { + min-height: 1.66667em; +} #MyExpander scale + button.flat { margin: 0 0 0 0.16667em; @@ -1498,6 +1502,9 @@ dialog button.combo, #BatchQueueButtonsMainContainer button.combo { padding: 0; } +#ToolPanelNotebook > stack > box > box > combobox { + margin-right: 0.25em; +} combobox button cellview { padding: 0 0 0 0.20em; }