1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

GCS-Created new stylesheet rule for the config plugin list

Reverted increase of list width.
This commit is contained in:
PT_Dreamer 2012-08-07 12:25:04 +01:00
parent fc32ec8d8f
commit 9dca82a6db
4 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1 @@
MyListWidget {font-size: 11px;}

View File

@ -0,0 +1 @@
MyListWidget {font-size: 11px;}

View File

@ -0,0 +1 @@
MyListWidget {font-size: 11px;}

View File

@ -56,7 +56,7 @@ MyTabbedStackWidget::MyTabbedStackWidget(QWidget *parent, bool isVertical, bool
m_listWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
}
if (m_iconAbove && m_vertical)
m_listWidget->setFixedWidth(120); // this should be computed instead
m_listWidget->setFixedWidth(90); // this should be computed instead
toplevelLayout->setSpacing(0);
toplevelLayout->setContentsMargins(0, 0, 0, 0);