docs: don't use <important>

This commit is contained in:
William Jon McCann 2014-02-05 02:25:03 -05:00
parent 334d34178a
commit e78ebaa089

View File

@ -86,13 +86,12 @@
* The #GtkFileChooserButton supports the #GtkFileChooserAction<!-- -->s
* %GTK_FILE_CHOOSER_ACTION_OPEN and %GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER.
*
* <important>
* The #GtkFileChooserButton will ellipsize the label,
* and will thus request little horizontal space. To give the button
* more space, you should call gtk_widget_get_preferred_size(),
* gtk_file_chooser_button_set_width_chars(), or pack the button in
* such a way that other interface elements give space to the widget.
* </important>
* > The #GtkFileChooserButton will ellipsize the label, and will thus
* > request little horizontal space. To give the button more space,
* > you should call gtk_widget_get_preferred_size(),
* > gtk_file_chooser_button_set_width_chars(), or pack the button in
* > such a way that other interface elements give space to the
* > widget.
*/