#772 closed bug (fixed)
broken scale dialog
Reported by: | msieczka | Owned by: | g_j_m |
---|---|---|---|
Priority: | major: does not work as expected | Milestone: | |
Component: | Printing | Version: | Trunk |
Keywords: | Cc: | ||
Must Fix for Release: | Yes | Platform: | Debian |
Platform Version: | Awaiting user input: | no |
Description
The scale dialog in print composer is broken in 0.9 SVN 7233, built and running against QT 4.3.1. See the attached screendump. Same in QGIS 0.8.1.
Attachments (4)
Change History (15)
by , 16 years ago
Attachment: | scale_dialog.png added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
r7335 doesn't completely fix the problem. Instead of overlapping other widgets, the scale input box just gets smashed. See the second attached image.
comment:3 by , 16 years ago
I also just noticed that the frame checkbox gets squeezed before the spacer does, which means that it is usually not displayed.
follow-up: 5 comment:4 by , 16 years ago
If you make the composer window taller, the widgets will all appear correctly (not that this fixes the underlying problem :).
comment:5 by , 16 years ago
Replying to g_j_m:
If you make the composer window taller, the widgets will all appear correctly (not that this fixes the underlying problem :).
On displays 1024x768 and smaller you can't even even make the window big enough for the scale to be visible.
comment:6 by , 16 years ago
I have attached an image (new.png) that illustrates a possible solution to the problem of the map composer details pane being too tall (cf to old.png). If this is acceptable to us, it's probably best to make the same change to all the panes in the map composer. Comments?
comment:7 by , 16 years ago
Looks good to me. It is probably a good thing to do to some or all of the other composer option panes as well.
comment:8 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:9 by , 16 years ago
Status: | new → assigned |
---|
comment:10 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in svn r7451.
Also tidied up other map composer detail panes to use less vertical space.
Fixed in svn r7335 (replaced a Q3 widget by the Qt4 version)