Konqueror label alignment patches

Albert Astals Cid aacid at kde.org
Tue Aug 19 23:12:38 BST 2008


A Dimarts 19 Agost 2008, Celeste Lyn Paul va escriure:
> 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?

Sizing changes are not a problem, what i was "afraid of" is 

+          <property name="clickable" >
+           <bool>true</bool>
+          </property>
+          <property name="resizable" >
+           <bool>true</bool>
+          </property>

But if you have not added them, i'll just ignore it, probably they are not a 
problem either.

Albert

>
> 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/kcookiesmanagementd
> > >lg .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/his
> > >to ry _dlg.ui Changed label alignment






More information about the kde-core-devel mailing list