[geany/geany-plugins] b69bb1: scope: corrected height of "Environment" GtkTextView

LarsGit223 git-noreply at xxxxx
Sun Mar 31 14:46:25 UTC 2019


Branch:      refs/heads/master
Author:      LarsGit223 <lars_paulsen at web.de>
Committer:   LarsGit223 <lars_paulsen at web.de>
Date:        Sat, 23 Feb 2019 18:30:10 UTC
Commit:      b69bb13f456db41927dbfb778ba994022de58704
             https://github.com/geany/geany-plugins/commit/b69bb13f456db41927dbfb778ba994022de58704

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).


More information about the Plugins-Commits mailing list