mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix Box UI (buddies and accelerators)
This commit is contained in:
parent
08b2859663
commit
b5fbd9f2a2
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>446</width>
|
||||
<height>283</height>
|
||||
<width>531</width>
|
||||
<height>381</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -322,7 +322,10 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="thicknessLA">
|
||||
<property name="text">
|
||||
<string>Line thickness:</string>
|
||||
<string>&Line thickness:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>thicknessED</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -339,7 +342,10 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="separationLA">
|
||||
<property name="text">
|
||||
<string>Box separation:</string>
|
||||
<string>Box s&eparation:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>separationED</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -359,7 +365,10 @@
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="shadowsizeLA">
|
||||
<property name="text">
|
||||
<string>Shadow size:</string>
|
||||
<string>&Shadow size:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>shadowsizeED</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -422,14 +431,20 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="backgroundColorLA">
|
||||
<property name="text">
|
||||
<string>Background:</string>
|
||||
<string>Back&ground:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>backgroundColorCO</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="frameColorLA">
|
||||
<property name="text">
|
||||
<string>Frame:</string>
|
||||
<string>&Frame:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>frameColorCO</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user