Package: qjackctl Version: 0.3.12-1 Followup-For: Bug #293454 Dear Maintainer,
This bug is especially obvious on high resolution displays. Also, the buttons do not resize vertically, only horizontally, which leads to a cramped UI with bigger font sizes. I attached a patch to fix these problems. The patch also removes the manual indentation of the left-aligned status labels in the main status display and rather increases the overall margin of the status display. The interface is now fully scalable and looks good when disabling the "shiny background" bitmap option. I would recommend to drop this bitmap and its toggle option to reduce code and settings complexity for a feature that does not (IMHO) increase end user value. Best regards, Lukas F. Hartmann (mntmn) -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages qjackctl depends on: ii jackd 5 ii libasound2 1.0.28-1 ii libc6 2.19-13 ii libgcc1 1:4.9.1-19 ii libjack-jackd2-0 [libjack-0.116] 1.9.10+20140719git3eb0ae6a~dfsg-2 ii libqt4-dbus 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 ii libqt4-xml 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 ii libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 ii libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 ii libstdc++6 4.9.1-19 ii libx11-6 2:1.6.2-3 qjackctl recommends no packages. Versions of packages qjackctl suggests: ii pulseaudio-utils 5.0-13 -- no debconf information
diff --git a/src/qjackctlMainForm.ui b/src/qjackctlMainForm.ui index 52b379f..0bce179 100644 --- a/src/qjackctlMainForm.ui +++ b/src/qjackctlMainForm.ui @@ -61,7 +61,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -95,7 +95,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -127,8 +127,8 @@ </property> <property name="maximumSize" > <size> - <width>260</width> - <height>80</height> + <width>32767</width> + <height>32767</height> </size> </property> <property name="autoFillBackground" > @@ -142,7 +142,7 @@ </property> <layout class="QGridLayout" > <property name="margin" > - <number>2</number> + <number>8</number> </property> <property name="spacing" > <number>0</number> @@ -169,9 +169,6 @@ <property name="wordWrap" > <bool>false</bool> </property> - <property name="indent" > - <number>2</number> - </property> </widget> </item> <item row="0" column="2" > @@ -268,9 +265,6 @@ <property name="wordWrap" > <bool>false</bool> </property> - <property name="indent" > - <number>2</number> - </property> </widget> </item> <item row="1" column="1" colspan="5" > @@ -324,9 +318,6 @@ <property name="wordWrap" > <bool>false</bool> </property> - <property name="indent" > - <number>2</number> - </property> </widget> </item> <item row="2" column="2" colspan="2" > @@ -396,7 +387,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -427,7 +418,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -461,7 +452,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -495,7 +486,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -526,7 +517,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -560,7 +551,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -593,8 +584,8 @@ </property> <property name="maximumSize" > <size> - <width>48</width> - <height>28</height> + <width>32767</width> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -621,8 +612,8 @@ </property> <property name="maximumSize" > <size> - <width>48</width> - <height>28</height> + <width>32767</width> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -652,8 +643,8 @@ </property> <property name="maximumSize" > <size> - <width>48</width> - <height>28</height> + <width>32767</width> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -691,8 +682,8 @@ </property> <property name="maximumSize" > <size> - <width>48</width> - <height>28</height> + <width>32767</width> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -719,8 +710,8 @@ </property> <property name="maximumSize" > <size> - <width>48</width> - <height>28</height> + <width>32767</width> + <height>32767</height> </size> </property> <property name="focusPolicy" > @@ -751,7 +742,7 @@ <property name="maximumSize" > <size> <width>32767</width> - <height>28</height> + <height>32767</height> </size> </property> <property name="focusPolicy" >