Fixed console warnings

Fix for https://github.com/Beep6581/RawTherapee/issues/4941
This commit is contained in:
TooWaBoo
2018-11-06 18:26:00 +01:00
committed by GitHub
parent 394f4d9b2b
commit 3b48df2c2c

View File

@@ -1421,8 +1421,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 */