put the front icon in the main window more centered above the LEDs

This commit is contained in:
Volker Fischer 2020-07-01 19:53:25 +02:00
parent 3b20453f0e
commit afe3a77da6
2 changed files with 33 additions and 37 deletions

View file

@ -20,6 +20,9 @@ TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946
3.5.8 (2020-06-30)
- bug fix: incorrect selection of UI language (#408)

View file

@ -61,7 +61,18 @@
<number>3</number>
</property>
<item>
<layout class="QHBoxLayout">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="pxlLogo">
<property name="sizePolicy">
@ -81,24 +92,6 @@
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation">