Absolute position of options-dialog in CSS removed

This commit is contained in:
crowning2 2015-03-08 10:37:07 +01:00
parent 630a16ae1a
commit 61a06ebacf

1
src/qt/drkblue.css Normal file → Executable file
View File

@ -472,7 +472,6 @@ min-height:33px; /* base width of 25px for QLineEdit, plus padding and border */
/* Options Dialog */
QDialog#OptionsDialog {
qproperty-geometry: rect(0 0 529 417);
background-color:#F8F6F6;
}