diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-03-21 08:39:06 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-03-21 08:39:06 +0000 |
commit | fbfe03efec6ab3165df4f543732f65426879e8ac (patch) | |
tree | d2f1d912b6035ef82208a539bc8f9c21cdbe9a7e /docs | |
parent | 1239780eaec83fca697080928393077b11612a66 (diff) | |
download | gdm-fbfe03efec6ab3165df4f543732f65426879e8ac.tar.gz |
Add min-screen-height tag to parser so that certain elements in the theme
2006-03-20 Brian Cameron <brian.cameron@sun.com>
* configure.ac, gui/greeter/greeter_item.[ch],
gui/greeter/greeter_parser.c, docs/C/gdm.xml: Add
min-screen-height tag to parser so that certain
elements in the theme will only display if the
screen is large enough. Patch by Ray Strode.
<rstrode@redhat.com>. Enhancement #420610.
svn path=/trunk/; revision=4691
Diffstat (limited to 'docs')
-rw-r--r-- | docs/C/gdm.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml index 1c11e1b1..f779c7b0 100644 --- a/docs/C/gdm.xml +++ b/docs/C/gdm.xml @@ -6544,6 +6544,20 @@ homogeneous="bool"> </para> <para> + Alternatively, you can specify a "min-screen-width" or + "min-screen-height" value to indicate that certain + items should only be displayed if the screen resolution is the + at least the given required size. + </para> + + <para> + For example: +<screen> +<show min-screen-height="768"/> +</screen> + </para> + + <para> Note that if SystemMenu is off then the halt, restart, suspend, chooser and config choices will not be shown, so this is a global toggle for them all. See some of the standard themes for how the |