mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
These layout sizes work on mac too now.
This commit is contained in:
parent
ffb5bf7a7e
commit
24d6c971e6
@ -30,7 +30,7 @@
|
||||
#include <QWidget>
|
||||
#include "ui_outputchannelform.h"
|
||||
|
||||
class ConfigInputWidget;
|
||||
class ConfigOnputWidget;
|
||||
|
||||
class OutputChannelForm : public QWidget
|
||||
{
|
||||
@ -39,7 +39,7 @@ class OutputChannelForm : public QWidget
|
||||
public:
|
||||
explicit OutputChannelForm(const int index, QWidget *parent = NULL, const bool showLegend = false);
|
||||
~OutputChannelForm();
|
||||
friend class ConfigInputWidget;
|
||||
friend class ConfigOnputWidget;
|
||||
|
||||
void setAssignment(const QString &assignment);
|
||||
int index() const;
|
||||
|
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>562</width>
|
||||
<height>49</height>
|
||||
<width>605</width>
|
||||
<height>56</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -144,7 +144,7 @@
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>25</width>
|
||||
<width>40</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -163,7 +163,7 @@
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>25</width>
|
||||
<width>40</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user