diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index 78bdb10b1..7b5089430 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-2019 TooWaBoo - Version 3.07 + Version 3.08 RawTherapee is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1568,6 +1568,10 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) { padding: 0 0.13em; } +#EditorTopPanel button.narrowbutton image{ + min-width: 0.833333333333333333em; +} + /* Image close button */ #MainNotebook > header tab #CloseButton { padding: 0.166666666666666666em; @@ -1578,21 +1582,23 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) { /* Filter buttons*/ #ToolBarPanelFileBrowser .smallbuttonbox { - min-height: 0; + min-height: 1.166666666666666666em; padding: 0; margin: 0; } #ToolBarPanelFileBrowser .smallbuttonbox:nth-child(2) { - margin-top: 0.12em; + margin-top: 0.166666666666666666em; + margin-bottom: -0.166666666666666666em; } #ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image { - margin: -0.12em; + margin: -1em; + padding: 0; min-width: 0; min-height: 0; } #ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton { min-height: 0; - min-width: 1.333333333333333333em; + min-width: 1.166666666666666666em; padding: 0; margin: 0 0.25em; border: none; diff --git a/rtdata/themes/size.css b/rtdata/themes/size.css index f333ceeb0..e3a22f337 100644 --- a/rtdata/themes/size.css +++ b/rtdata/themes/size.css @@ -647,15 +647,17 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) { /* Filter buttons*/ #ToolBarPanelFileBrowser .smallbuttonbox { - min-height: 0; + min-height: 1.166666666666666666em; padding: 0; margin: 0; } #ToolBarPanelFileBrowser .smallbuttonbox:nth-child(2) { - margin: 0 0 -0.166666666666666666em; + margin-top: 0.166666666666666666em; + margin-bottom: -0.166666666666666666em; } #ToolBarPanelFileBrowser .smallbuttonbox button.smallbutton image { - margin: -0.166666666666666666em; + margin: -1em 0; + padding: 0; min-width: 0; min-height: 0; } @@ -663,7 +665,7 @@ messagedialog .dialog-action-area button:not(:only-child):nth-child(2) { min-height: 0; min-width: 1.166666666666666666em; padding: 0; - margin: 0 0.25em; + margin: 0 0.166666666666666666em; border: none; border-radius: 0; }