[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/configdialog/dialogs
From:       Mark Kretschmann <kretschmann () kde ! org>
Date:       2009-03-10 9:59:02
Message-ID: 1236679142.251795.17963.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 937660 by markey:

A few usability improvements for the Phonon configuration, inspired by
comments from users and developers:

* Renamed the PushButton to simply "Configure". It's less technical
  sounding than "Phonon".
* Made the PushButton less wide.
* Renamed the config dialog's window title to "Sound System - Amarok".
  The "Configure" part was redundant, as this is written in the widget
  itself, in bold letters.

 M  +1 -1      PlaybackConfig.cpp  
 M  +9 -3      PlaybackConfig.ui  


--- trunk/extragear/multimedia/amarok/src/configdialog/dialogs/PlaybackConfig.cpp #937659:937660
@@ -68,7 +68,7 @@
     DEBUG_BLOCK
 
     KCMultiDialog* KCM = new KCMultiDialog();
-    KCM->setWindowTitle( i18n( "Configure Phonon - Amarok" ) );
+    KCM->setWindowTitle( i18n( "Sound System - Amarok" ) );
     KCM->addModule( "kcm_phonon" );
     KCM->exec();
 
--- trunk/extragear/multimedia/amarok/src/configdialog/dialogs/PlaybackConfig.ui #937659:937660
@@ -16,11 +16,17 @@
      <property name="title">
       <string>Sound system configuration</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout">
-      <item>
+     <layout class="QGridLayout" name="gridLayout_2">
+      <item row="0" column="0">
        <widget class="QPushButton" name="pushButtonPhonon">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
         <property name="text">
-         <string>Configure Phonon</string>
+         <string>Configure</string>
         </property>
        </widget>
       </item>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic