You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
519 B

{% calculate comment='#' %}
# key esc for close dialog
*baseTranslations: #override :<Key>Return: default-exit()
# display vertical scroll
*message.scrollVertical: Always
# hide horizontal scroll
*message.scrollHorizontal: Never
# rectange button style
*Command.shapeStyle: rectangle
# thickness highlight
*Command.highlightThickness: 1
# font for messages
{% if pkg('media-fonts/droid') %}
*font: -*-droid sans-medium-r-*-*-*-*-*-*-*-*-*-uni
{% else %}
*font: -*-verdana-medium-r-*-*-*-*-*-*-*-*-*-uni
{% endif %}