1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1191 Removed all special tweaks to the macosx css. No need to have this for fusion.

This commit is contained in:
m_thread 2014-02-08 13:55:32 +01:00
parent 0964031ae0
commit da137e18e7

View File

@ -1,22 +1,2 @@
/* MacOS styles */ /* MacOS styles */
QGroupBox {
border: 1px solid gray;
border-radius: 5px;
margin-top: 1ex;
font-size: 11px;
font-weight: bold;
}
QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: top left;
padding: 0 3px;
}
QTabWidget::pane {
margin: 1px, 1px, 1px, 1px;
border: 2px solid rgb(196, 196, 196);
border-radius: 5px;
padding: 0px;
}