Ref T189, minor UI fixes for mapping component

This commit is contained in:
Klaus Basan
2017-11-11 02:36:37 +01:00
parent 2458a67ed5
commit e9e2ac1e03
3 changed files with 11 additions and 51 deletions

View File

@@ -246,7 +246,12 @@ QTabBar QToolButton { /* the scroll buttons are tool buttons */
border: 1px solid green;
}
QSplitter { margin: 0px; }
QSplitter {
margin: 0px;
border: 0px;
padding: 0px;
}
QSplitter::handle {
background-color: rgba(0, 0, 255, 200);
margin-top: 1px;