Branch: refs/heads/master Author: LarsGit223 lars_paulsen@web.de Committer: LarsGit223 lars_paulsen@web.de Date: Sat, 23 Feb 2019 18:30:10 UTC Commit: b69bb13f456db41927dbfb778ba994022de58704 https://github.com/geany/geany-plugins/commit/b69bb13f456db41927dbfb778ba994...
Log Message: ----------- scope: corrected height of "Environment" GtkTextView
The height of the text view was fixed by setting a height size request for the surrounding GtkVBox. Fixes #829.
Modified Paths: -------------- scope/data/scope_gtk3.glade
Modified: scope/data/scope_gtk3.glade 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -2535,6 +2535,7 @@ <property name="can_focus">True</property> <child> <object class="GtkVBox" id="program_page_vbox"> + <property name="height_request">350</property> <property name="visible">True</property> <property name="border_width">6</property> <property name="orientation">vertical</property>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org