Bug 230700

Summary: Rekonq stop/reload button size should be fixed
Product: [Unmaintained] rekonq Reporter: Cédric Bellegarde <web>
Component: generalAssignee: Andrea Diamantini <adjam7>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: fixed size button
Fix issue
Fix also text only buttons!

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