commit b5fbd9f2a2e2e61d4cdf7fd6b2642a970316f51f
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat May 16 12:46:08 2015 +0200

    Fix Box UI (buddies and accelerators)

diff --git a/src/frontends/qt4/ui/BoxUi.ui b/src/frontends/qt4/ui/BoxUi.ui
index 01ffcdc..769887a 100644
--- a/src/frontends/qt4/ui/BoxUi.ui
+++ b/src/frontends/qt4/ui/BoxUi.ui
@@ -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>&amp;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&amp;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>&amp;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&amp;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>&amp;Frame:</string>
+        </property>
+        <property name="buddy">
+         <cstring>frameColorCO</cstring>
         </property>
        </widget>
       </item>

Reply via email to