merge with dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
This file is part of RawTherapee.
|
||||
|
||||
Copyright (c) 2016-2018 TooWaBoo
|
||||
Version 2.85
|
||||
Version 2.86
|
||||
|
||||
RawTherapee is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -113,6 +113,10 @@ window > box {
|
||||
dialog {
|
||||
background-color: @bg-grey;
|
||||
border-radius: 0;
|
||||
-GtkDialog-button-spacing: 0;
|
||||
-GtkDialog-content-area-spacing: 0;
|
||||
-GtkDialog-content-area-border: 0;
|
||||
-GtkDialog-action-area-border: 0;
|
||||
}
|
||||
dialog > box {
|
||||
padding: 0.666666666666666666em;
|
||||
@@ -336,9 +340,13 @@ fontchooser scrolledwindow,
|
||||
/*** end ***************************************************************************************/
|
||||
|
||||
/*** Load - Save dialog ************************************************************************/
|
||||
filechooser {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
filechooser box > box box > button {
|
||||
filechooser box > box box > button {
|
||||
margin-top: 0.5em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
filechooser image {
|
||||
@@ -465,7 +473,7 @@ separator,
|
||||
background-color: transparent;
|
||||
}
|
||||
grid separator.horizontal, box separator.horizontal {
|
||||
margin: 0.166666666666666666em 0;
|
||||
margin: 0.333333333333333333em 0.166666666666666666em;
|
||||
padding: 0;
|
||||
}
|
||||
grid separator.vertical, box separator.vertical {
|
||||
@@ -537,12 +545,12 @@ menu separator {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.scrollableToolbar separator:not(.dummy) {
|
||||
.scrollableToolbar separator.vertical {
|
||||
background-color: shade(@bg-light-grey,.75);
|
||||
margin: 0.166666666666666666em;
|
||||
}
|
||||
|
||||
#MyExpander separator {
|
||||
#MyExpander separator.horizontal {
|
||||
background-color: @view-grid-border;
|
||||
margin: 0.333333333333333333em 0.166666666666666666em;
|
||||
}
|
||||
@@ -944,7 +952,8 @@ window.csd:not(.fullscreen) #MainNotebook > header.top {
|
||||
#PrefNotebook > header {
|
||||
margin: -0.666666666666666666em -0.666666666666666666em 0.333333333333333333em;
|
||||
}
|
||||
#PrefNotebook > header tab label {
|
||||
#PrefNotebook > header tab label,
|
||||
#AboutNotebook > header tab label {
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
@@ -1409,8 +1418,12 @@ combobox entry + button:not(.dummy) {
|
||||
border-bottom-left-radius: 0;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
#PlacesPaned button.combo {
|
||||
margin: 0 0 calc(0.416666666666666666em - 8px) 0;
|
||||
margin: 0;
|
||||
}
|
||||
#PlacesPaned combobox {
|
||||
margin-bottom: calc(0.416666666666666666em - 8px);
|
||||
}
|
||||
|
||||
/* Reset button */
|
||||
@@ -1435,14 +1448,15 @@ colorchooser colorswatch#add-color-button:first-child {
|
||||
}
|
||||
|
||||
/* Save, Cancel, OK ... buttons */
|
||||
.dialog-action-area button {
|
||||
dialog .dialog-action-area button {
|
||||
min-height: 2.166666666666666666em;
|
||||
margin-top: 1em;
|
||||
margin: 0.5em 0 0 0.333333333333333333em;
|
||||
padding: 0;
|
||||
}
|
||||
messagedialog .dialog-action-area button {
|
||||
min-height: 1.833333333333333333em;
|
||||
margin: -12px 0.5em 0.5em 0.5em;
|
||||
margin: -12px 0.5em 0.5em;
|
||||
padding: 0;
|
||||
}
|
||||
messagedialog .dialog-action-area button:not(:only-child):nth-child(1) {
|
||||
margin-right: 0.25em;
|
||||
@@ -1789,7 +1803,7 @@ radio:disabled {
|
||||
|
||||
radiobutton label,
|
||||
checkbutton label {
|
||||
margin: 0 0 0 0.416666666666666666em;
|
||||
margin: 0 0.416666666666666666em;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user