Opened 14 years ago
Closed 9 years ago
#6924 closed bug (duplicate)
Default Background image not set as Centered by default
Reported by: | Coldfirex | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/Backgrounds | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #2882 | Blocking: | |
Platform: | All |
Description
I noticed that using the pre-built vmware builds (hrev39551 gcc2hybrid) that the default resolution is 1024x768 with the Haiku background centered. The background preference says Manual however. If I change the resolution to 800x600, the Haiku logo in the background is not centered. Should we have the Background preference by default set to Centered?
Change History (2)
comment:2 by , 9 years ago
Blocked By: | 2882 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #2882.
Note:
See TracTickets
for help on using tickets.
Replying to Coldfirex:
The default position of the background logo is not in the center, but at the golden ratio (see comment:ticket:4999:1).
That's because it's using absolute positioning, instead of relative positioning. ticket:6093 is an enhancement ticket for switching to relative positioning.