Make color-select buttons wider, for better fit to Linux fonts.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4953 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-02-11 14:04:45 +00:00
parent fe6c04a5cf
commit e4f03f27e9

View File

@ -32,7 +32,7 @@
<string>Select tab to change configuration parameters.</string> <string>Select tab to change configuration parameters.</string>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>6</number>
</property> </property>
<widget class="QWidget" name="general_tab"> <widget class="QWidget" name="general_tab">
<attribute name="title"> <attribute name="title">
@ -1697,7 +1697,7 @@ Right click for insert and delete options.</string>
<rect> <rect>
<x>44</x> <x>44</x>
<y>60</y> <y>60</y>
<width>198</width> <width>218</width>
<height>141</height> <height>141</height>
</rect> </rect>
</property> </property>
@ -1706,7 +1706,7 @@ Right click for insert and delete options.</string>
<widget class="QPushButton" name="pbCQmsg"> <widget class="QPushButton" name="pbCQmsg">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>110</width> <width>130</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -1738,7 +1738,7 @@ Right click for insert and delete options.</string>
<widget class="QPushButton" name="pbMyCall"> <widget class="QPushButton" name="pbMyCall">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>110</width> <width>130</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -1770,7 +1770,7 @@ Right click for insert and delete options.</string>
<widget class="QPushButton" name="pbTxMsg"> <widget class="QPushButton" name="pbTxMsg">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>110</width> <width>130</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -1802,7 +1802,7 @@ Right click for insert and delete options.</string>
<widget class="QPushButton" name="pbNewDXCC"> <widget class="QPushButton" name="pbNewDXCC">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>110</width> <width>130</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -1834,7 +1834,7 @@ Right click for insert and delete options.</string>
<widget class="QPushButton" name="pbNewCall"> <widget class="QPushButton" name="pbNewCall">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>110</width> <width>130</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -2017,12 +2017,12 @@ soundcard changes</string>
</connection> </connection>
</connections> </connections>
<buttongroups> <buttongroups>
<buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="TX_mode_button_group"/> <buttongroup name="TX_mode_button_group"/>
<buttongroup name="split_mode_button_group"/>
<buttongroup name="CAT_stop_bits_button_group"/> <buttongroup name="CAT_stop_bits_button_group"/>
<buttongroup name="CAT_data_bits_button_group"/> <buttongroup name="CAT_data_bits_button_group"/>
<buttongroup name="CAT_handshake_button_group"/> <buttongroup name="CAT_handshake_button_group"/>
<buttongroup name="TX_audio_source_button_group"/>
<buttongroup name="split_mode_button_group"/>
<buttongroup name="PTT_method_button_group"/> <buttongroup name="PTT_method_button_group"/>
</buttongroups> </buttongroups>
</ui> </ui>