summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-03-21 08:39:06 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-03-21 08:39:06 +0000
commitfbfe03efec6ab3165df4f543732f65426879e8ac (patch)
treed2f1d912b6035ef82208a539bc8f9c21cdbe9a7e /docs
parent1239780eaec83fca697080928393077b11612a66 (diff)
downloadgdm-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.xml14
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=&quot;bool&quot;&gt;
</para>
<para>
+ Alternatively, you can specify a &quot;min-screen-width&quot; or
+ &quot;min-screen-height&quot; 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>
+&lt;show min-screen-height=&quot;768&quot;/&gt;
+</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