A GUI thing: the settings are not fitting into the export dialog window. It is not horizontal resizable in LR on Windows.
Etiquette, expectations, entitlement...
@autoexec_bin | #magiclantern | Discord | Reddit | Server issues
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuf:edit_field {
value = bind 'label',
width = 100,
},
f:popup_menu {
title = LOC "$$$/ML/ExportManager/ASLabel=Color label for Dual ISO file :",
items = {
{ title = "none", value = '' },
{ title = "Red", value = 'red' },
{ title = "Yellow", value = 'yellow' },
{ title = "Green", value = 'green' },
{ title = "Blue", value = 'blue' },
{ title = "Purple", value = 'purple' },
},
value = LrView.bind( "label" ),
size = 'small'
},
Page created in 0.104 seconds with 13 queries.