ui: Scroll table to newest error and fixed error number column width

This commit is contained in:
Eberhard Graether
2016-10-25 17:47:38 +02:00
parent 15bd89e0ed
commit 2e10c65491
8 changed files with 86 additions and 67 deletions
+10 -8
View File
@@ -36,14 +36,7 @@ QHeaderView::section:horizontal {
font-size: <setting:font_size>px;
font-weight: bold;
padding: 1px 6px;
height: <setting:font_size+5>px;;
}
QCheckBox {
color: <color:error/text/normal>;
border-color: <color:error/table>;
/*background-color: <color:error/table>;*/
height: <setting:font_size+5>px;
}
QHeaderView::section:vertical {
@@ -55,6 +48,15 @@ QHeaderView::section:vertical {
padding-left: 5px;
}
QCheckBox {
color: <color:error/text/normal>;
border-color: <color:error/table>;
/*background-color: <color:error/table>;*/
}
QScrollBar:vertical {
}