Info label layout

This commit is contained in:
stojce 2014-01-12 00:40:29 +01:00
parent 0c4bee8d12
commit 3afacfce4f

View file

@ -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;
}