Handling the Slim mode

This commit is contained in:
Hombre
2015-08-15 12:54:30 +02:00
parent 92b9842b47
commit fe2d8b1c68
5 changed files with 55 additions and 20 deletions

View File

@@ -17,7 +17,30 @@
along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
* {
padding: 1px;
margin: 1px;
ProgressBar {
padding: 2px;
}
GtkNotebook {
padding: 2px;
}
GtkNotebook tab GtkLabel {
padding: 2px;
}
GtkNotebook tab GtkButton {
padding: 1px;
}
GtkNotebook tab GtkImage {
padding: 1px;
}
GtkImage {
padding: 1px;
}
.BIG {
padding: 4pt;
}