Name added to the History panel and Snapshots treeview (issue #3446)

+ gap added in the File Panel's fast export tab, filter tab and around
History panel.
This commit is contained in:
Hombre
2016-12-12 21:49:21 +01:00
parent e6aff9cbf7
commit 3b3a14bb93
2 changed files with 11 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ grid separator.vertical, box separator.vertical {
padding: 4px;
}
/* Frames in the toolbox. Not MyExpander frames. */
eventbox.frame {
border-color: #565656;
@@ -796,3 +797,11 @@ paned.vertical > separator {
#RightNotebook #ToolPanelNotebook stack {
margin: 4px;
}
#RightNotebook #HistoryPanel {
padding: 4px;
}
#RightNotebook scrolledwindow {
padding: 4px;
}