- add workaround for splashscreen border

This commit is contained in:
Сергей Турчин 2009-11-19 20:15:41 +03:00
parent ea4d589ec6
commit 8830f0536c

View File

@ -104,3 +104,7 @@ QListView, QTreeView {
QListView::item:hover, QTreeView::item:hover {
background-color: #D4E3FC;
}
#splash_screen QLineEdit {
border-style: none;
}