mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T189, minor UI fixes for mapping component
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user