Opened 10 years ago

Last modified 7 weeks ago

#10475 closed bug

[MediaPlayer] checkbox layout in Settings window — at Version 5

Reported by: diver Owned by: nobody
Priority: normal Milestone: R1/beta5
Component: Applications/MediaPlayer Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by diver)

The 2nd and the 3rd checkbox from the top look misaligned. Possibly related commit: http://cgit.haiku-os.org/haiku/commit/?id=3007aa

Compare

to

Change History (7)

by diver, 10 years ago

Attachment: MediaPlayer.png added

comment:1 by diver, 10 years ago

Description: modified (diff)

comment:2 by modeenf, 10 years ago

Look like it's like that from the start, Think BeOS hade it like that as well.

http://cgit.haiku-os.org/haiku/commit/src/apps/mediaplayer/settings/SettingsWindow.cpp?id=26e9cdb72cc4f788f60ca38dc3309e62b8c6247b

	.Add(BGroupLayoutBuilder(B_HORIZONTAL, 0)
		.Add(BSpaceLayoutItem::CreateHorizontalStrut(10))
		.Add(BGroupLayoutBuilder(B_VERTICAL, 0)
			.Add(fAutostartCB)
			.Add(BGridLayoutBuilder(5, 0)
				.Add(BSpaceLayoutItem::CreateHorizontalStrut(10), 0, 0)
				.Add(fCloseWindowMoviesCB, 1, 0)
				.Add(BSpaceLayoutItem::CreateHorizontalStrut(10), 0, 1)
				.Add(fCloseWindowSoundsCB, 1, 1)
			)
			.Add(fLoopMoviesCB)
			.Add(fLoopSoundsCB)
		)
	)

comment:3 by modeenf, 10 years ago

Perhaps it's time to look on this and chnage video and audio to a common setting (both loop and close)

comment:4 by anevilyak, 9 years ago

Owner: changed from anevilyak to nobody
Status: newassigned

by diver, 4 years ago

Attachment: mediaplayer_alpha1.png added

comment:5 by diver, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.