Cleaning up the Preference's GUI, starting from the General tab

This commit is contained in:
Hombre
2015-10-07 23:59:50 +02:00
parent 9dcb00045d
commit d8e4709458
5 changed files with 182 additions and 142 deletions

View File

@@ -84,6 +84,10 @@ GtkFrame {
padding: 2px;
}
GtkFrame GtkGrid {
padding: 2px 2px;
}
GtkNotebook {
padding: 2px;
}

View File

@@ -86,6 +86,10 @@ GtkFrame {
padding: 4px 4px;
}
GtkFrame GtkGrid {
padding: 4px 4px;
}
GtkNotebook {
padding: 4px;
}