Xojo Tuesday Hangout

Xojo Tuesday Hangout

Topic: Welcome to December
Time: 2020-12-01T19:00:00Z (local time, 40 minutes)

Join Xojo Zoom Hangout

Meeting ID: 816 4857 4812
Passcode: jmCjj8

This starts in 20 minutes :slight_smile:

I promised someone I’d look into Web 2.0 Listbox row heights. You can make the padding of the rows smaller without a whole bootstrap theme by adding this to your App.HTMLHeader:

<style>
.table td {
	padding: .25rem;
}
</style>

I don’t recall who it was for, so if anyone remembers please tag them :slight_smile:

3 Likes

@Bob_Gordon