Opened 10 years ago

Last modified 3 years ago

#10475 assigned bug

[MediaPlayer] checkbox layout in Settings window (easy)

Reported by: diver Owned by: nobody
Priority: normal Milestone: R1.1
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

Attachments (2)

MediaPlayer.png (23.2 KB ) - added by diver 10 years ago.
mediaplayer_alpha1.png (28.8 KB ) - added by diver 3 years ago.

Download all attachments as: .zip

Change History (9)

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, 8 years ago

Owner: changed from anevilyak to nobody
Status: newassigned

by diver, 3 years ago

Attachment: mediaplayer_alpha1.png added

comment:5 by diver, 3 years ago

Description: modified (diff)

comment:6 by diver, 3 years ago

Summary: [MediaPlayer] checkbox layout in Settings window[MediaPlayer] checkbox layout in Settings window (easy)

comment:7 by pulkomandy, 3 years ago

Milestone: R1R1.1
Note: See TracTickets for help on using tickets.