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:
parent
fc32ec8d8f
commit
9dca82a6db
@ -0,0 +1 @@
|
||||
MyListWidget {font-size: 11px;}
|
@ -0,0 +1 @@
|
||||
MyListWidget {font-size: 11px;}
|
@ -0,0 +1 @@
|
||||
MyListWidget {font-size: 11px;}
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user