Konqueror label alignment patches

Celeste Lyn Paul celeste at kde.org
Tue Aug 19 22:57:54 BST 2008


On Tuesday 19 August 2008 17:44:27 Albert Astals Cid wrote:
> A Dimarts 19 Agost 2008, Celeste Lyn Paul va escriure:
> > More label patches for Konqueror:
>
> Commited all, except a part of desktopbehavior.ui that changed clickable
> and resizeable properties of "Device Types to Display" and "Show Icon
> Previews For", was that change intentional?

Er.. no.  On the General tab I was trying to realign the Mouse Button Actions.  
I tried making the fix again, but it looks like simply opening the .ui file 
and saving it again will change the size settings.  Is there any way to 
prevent that?

This is the piece that matters:

@@ -130,6 +137,9 @@
             <property name="text" >
              <string>Middle button:</string>
             </property>
+            <property name="alignment" >
+             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+            </property>
             <property name="wordWrap" >
              <bool>false</bool>
             </property>
@@ -140,6 +150,9 @@
             <property name="text" >
              <string>Left button:</string>
             </property>
+            <property name="alignment" >
+             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+            </property>
             <property name="wordWrap" >
              <bool>false</bool>
             </property>
@@ -150,6 +163,9 @@
             <property name="text" >
              <string>Right button:</string>
             </property>
+            <property name="alignment" >
+             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+            </property>
             <property name="wordWrap" >
              <bool>false</bool>
             </property>


>
> Albert
>
> > /home/kde/trunk/kdebase/apps/konqueror/settings/kio/envvarproxy.ui
> > Changed label alignment
> >
> > /home/kde/trunk/kdebase/apps/konqueror/settings/kio/kcookiesmanagementdlg
> >.u i Changed label alignment
> >
> > /home/kde/trunk/kdebase/apps/konqueror/settings/kio/kproxydlg.ui
> > Changed label alignment
> >
> > /home/kde/trunk/kdebase/apps/konqueror/settings/konq/desktopbehavior.ui
> > Changed label alignment
> >
> > /home/kde/trunk/kdebase/apps/konqueror/sidebar/trees/history_module/histo
> >ry _dlg.ui Changed label alignment



-- 
Celeste Lyn Paul
KDE Usability Project
usability.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: desktopbehavior.ui.patch
Type: text/x-diff
Size: 5496 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20080819/ed26838c/attachment.patch>


More information about the kde-core-devel mailing list