This repository has been archived on 2024-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
Alan 3b64d05e8a Fix message dialog width and height on recent Gtk
The fix for Zenity bug 670496 "Zenity info/error windows grow in height
with message length"
(https://bugzilla.gnome.org/show_bug.cgi?id=670496) stopped working on
recent Gtk, which doesn't seem to honor gtk_widget_set_size_request.
This commit workarounds Gtk bug 657621 "Calculate the wrong height of
labels wrapping on words"
(https://bugzilla.gnome.org/show_bug.cgi?id=657621) by setting label's
width-chars and max-width-chars to 60. This magic number was picked from
GtkMessageDialog source
(https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48).
2017-04-04 15:48:51 +02:00
2017-03-21 14:51:09 +01:00
2006-12-02 11:05:10 +00:00
2015-09-21 14:39:42 +02:00
2017-03-21 14:51:09 +01:00
2015-04-23 10:00:59 +02:00
2005-09-17 03:06:51 +00:00
2014-07-31 20:04:19 +02:00

Zen Understanding -
===================
This is zenity - a rewrite of gdialog, the GNOME port of dialog
which allows you to display dialog boxes from the commandline
and shell scripts. If you understand, things are just as they 
are. If you don't understand, things are just as they are.

This software is licensed under the LGPL.

Zen Requirements -
==================
gtk+-3.0
Description
Stripped Down Zenity For MCPI-Reborn
Readme
Languages
C 97.6%
CMake 2.2%
Shell 0.2%