[kde-doc-english] KDE/kdebase/apps/konqueror/settings/kio

Nikhil Shantanu Marathe nsm.nikhil at gmail.com
Fri Jun 4 11:11:16 CEST 2010


SVN commit 1134392 by nikhilm:

Add units to the spinbox containing the size
of the user's cache. The unit is KiB.

The bug was initially reported for the Rekonq
project which uses this kcm module.
Even though trunk is in string freeze, permission
has been obtained from the translation team
by Panagiotis Papadopoulos ( pano_90 at gmx.net ).

CCMAIL: kde-i18n-doc at kde.org
BUG: 238861
GUI:


 M  +9 -5      cache.ui  


--- trunk/KDE/kdebase/apps/konqueror/settings/kio/cache.ui #1134391:1134392
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0" >
  <class>CacheConfigUI</class>
  <widget class="QWidget" name="CacheConfigUI" >
@@ -5,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>307</width>
+    <width>349</width>
     <height>234</height>
    </rect>
   </property>
@@ -28,7 +29,7 @@
      <property name="sizeType" >
       <enum>QSizePolicy::Fixed</enum>
      </property>
-     <property name="sizeHint" >
+     <property name="sizeHint" stdset="0">
       <size>
        <width>16</width>
        <height>20</height>
@@ -92,10 +93,13 @@
     </widget>
    </item>
    <item row="2" column="2" >
-    <widget class="KIntNumInput" native="1" name="sbMaxCacheSize" >
+    <widget class="KIntNumInput" name="sbMaxCacheSize">
      <property name="enabled" >
       <bool>false</bool>
      </property>
+     <property name="suffix">
+      <string> KiB</string>
+     </property>
     </widget>
    </item>
    <item row="2" column="3" >
@@ -116,7 +120,7 @@
      <property name="sizeType" >
       <enum>QSizePolicy::Expanding</enum>
      </property>
-     <property name="sizeHint" >
+     <property name="sizeHint" stdset="0">
       <size>
        <width>0</width>
        <height>20</height>
@@ -132,7 +136,7 @@
      <property name="sizeType" >
       <enum>QSizePolicy::Expanding</enum>
      </property>
-     <property name="sizeHint" >
+     <property name="sizeHint" stdset="0">
       <size>
        <width>20</width>
        <height>16</height>



More information about the kde-doc-english mailing list