mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 18:42:12 +02:00
Info label layout
This commit is contained in:
parent
0c4bee8d12
commit
3afacfce4f
1 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,10 @@ QLabel {
|
|||
color: #333333;
|
||||
}
|
||||
|
||||
QLabel#fileNameLabel {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
|
||||
margin-top: 30px;
|
||||
|
@ -47,7 +51,6 @@ QTreeView {
|
|||
border-left: none;
|
||||
}
|
||||
|
||||
|
||||
QSplitter::handle, QDialog {
|
||||
background-color: white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue