Bug 230700 - Rekonq stop/reload button size should be fixed
Summary: Rekonq stop/reload button size should be fixed
Status: RESOLVED UPSTREAM
Alias: None
Product: rekonq
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Andrea Diamantini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-14 13:16 UTC by Cédric Bellegarde
Modified: 2010-05-14 02:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
fixed size button (871 bytes, patch)
2010-03-14 13:17 UTC, Cédric Bellegarde
Details
Fix issue (3.01 KB, patch)
2010-05-11 11:30 UTC, Cédric Bellegarde
Details
Fix also text only buttons! (3.06 KB, patch)
2010-05-11 11:35 UTC, Cédric Bellegarde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2010-03-14 13:16:28 UTC
Version:           0.4 (using KDE 4.4.1)
OS:                Linux
Installed from:    Archlinux Packages

Here a patch to make stop/reload button size fixed. With current code, ui jump right and left when switching between stop and reload button. This patch try to make reload/stop button size fixed when text along size icons in toolbar.


It's not perfect, as you can see, i hard code "     " string to this to work, 
don't know how to get extra space in QAction widget :(
Comment 1 Cédric Bellegarde 2010-03-14 13:17:13 UTC
Created attachment 41619 [details]
fixed size button
Comment 2 Cédric Bellegarde 2010-05-11 11:30:37 UTC
Created attachment 43465 [details]
Fix issue

Here a new patch fixing issue.
Comment 3 Cédric Bellegarde 2010-05-11 11:35:00 UTC
Created attachment 43466 [details]
Fix also text only buttons!

New patch with fix for text only toolbars
Comment 4 Andrea Diamantini 2010-05-14 02:26:52 UTC
As suggested on ml, this patch should be applied upstream