mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:22:10 +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;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QLabel#fileNameLabel {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
QPushButton {
|
QPushButton {
|
||||||
|
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
@ -47,7 +51,6 @@ QTreeView {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QSplitter::handle, QDialog {
|
QSplitter::handle, QDialog {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue