Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 28 May 2015 19:21:54 UTC Commit: 8eaaf723b8c1fff2c752d7ae31d19e42ef023018 https://github.com/geany/geany/commit/8eaaf723b8c1fff2c752d7ae31d19e42ef0230...
Log Message: ----------- Don't resize message window when changing Geany's window height
At the moment the message window is set to resize when the height of the main window changes. This is a bit annoying when the message window size is set to fit all the tabs exactly and when shrinking the window, the tabs don't fit the shrinked message window.
Set the flag not to resize the notebook_info notebook (similar thing is already done with the sidebar in the horizontal direction so no change needed there).
Works fine also when the message window is set to be on the right side.
Modified Paths: -------------- data/geany.glade
Modified: data/geany.glade 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -8327,7 +8327,7 @@ </child> </object> <packing> - <property name="resize">True</property> + <property name="resize">False</property> <property name="shrink">True</property> </packing> </child>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).