diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-17 00:16:31 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-07 21:48:33 +0000 |
| commit | 9055a9ebe90df5db1262ad777f08da2efa9753ce (patch) | |
| tree | ac4175b93aa0125ef31ddf015c26dca3409d7846 /src/ui/dialog/text-edit.h | |
| parent | Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ad... (diff) | |
| download | inkscape-9055a9ebe90df5db1262ad777f08da2efa9753ce.tar.gz inkscape-9055a9ebe90df5db1262ad777f08da2efa9753ce.zip | |
Add line height UX improvements
Diffstat (limited to 'src/ui/dialog/text-edit.h')
| -rw-r--r-- | src/ui/dialog/text-edit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/text-edit.h b/src/ui/dialog/text-edit.h index 0d09e24b5..cef6ddfea 100644 --- a/src/ui/dialog/text-edit.h +++ b/src/ui/dialog/text-edit.h @@ -188,6 +188,7 @@ private: sigc::connection fontFeaturesChangedConn; // Other + double selected_fontsize; bool blocked; const Glib::ustring samplephrase; |
