fixed setting the font size via css syntax - Closes Bug #55006
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 16 Nov 2018 19:16:53 +0000 (20:16 +0100)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Fri, 16 Nov 2018 19:16:53 +0000 (20:16 +0100)
commit61efc26c4511f8c28c69d484a4a84c36ce6086db
treead4b5a3c293a81071262ca5ee6c85c572f918bad
parent94e47cc0e0fe653ef11299aae2af25d4666b800b
fixed setting the font size via css syntax - Closes Bug #55006

The pspp 1.2.0 release showed a problem with setting the font via
the font selection dialog. The root cause is that the style
setting should be done via css syntax and not pango syntax. I
changed the code to do the style setting via css syntax.

See: https://savannah.gnu.org/bugs/?55006

The minimum width setting in the comment dialog does not work how
it is implemented. I removed that code part as it does not seem
to be crucial. At least on MacOS the default
width is large enough to hold 80 characters. Even without that
the user can increase the size of the dialog.
src/ui/gui/psppire-data-editor.c
src/ui/gui/psppire-dialog-action-comments.c