mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* LanguageUi.ui - change layout.
This pane is responsible for horizontal excess size (at least in CZ translation) of document settings panel. The reason is second encoding combo which get very lengthy (there are actually 3 of them). This patch moves them to separate line. Beware, touching this panel is headache. Qt Designer (5.15.2) does not know even how to load this ui file correctly and it's impossible to move unicodeEncodingCO. When breaking layout this CO is mysteriously deleted. Finally I gave up and simply edited file in vim to get COs to the new row.
This commit is contained in:
parent
75d731c9d8
commit
16da5ef010
@ -106,7 +106,7 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="unicodeEncodingCO">
|
||||
<property name="visible">
|
||||
<bool>true</bool>
|
||||
@ -116,7 +116,7 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="autoEncodingCO">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
@ -126,7 +126,7 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="customEncodingCO">
|
||||
<property name="visible">
|
||||
<bool>false</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user