Commit 761f5481 authored by Bryant's avatar Bryant

Reduced the QDockWidget's border down to 1px wide. Annoying to have 10px...

Reduced the QDockWidget's border down to 1px wide. Annoying to have 10px border on the widgets when they were floating.
parent 247294a8
......@@ -43,7 +43,7 @@ QDialog {
}
QDockWidget {
border: 10px solid #666;
border: 1px solid #666;
border-radius: 1px;
}
......
......@@ -43,7 +43,7 @@ QDialog {
}
QDockWidget {
border: 10px solid #666;
border: 1px solid #666;
border-radius: 1px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment