gui: pack the toolbox at the start so it doesn't expand

If one drawing in the line gets rotated, the buttons all scaled to filll the
space - which is ugly.
pull/145/head
Peter Hutterer 2019-07-19 14:13:09 +10:00
parent 6b623132e5
commit 357f25deb4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">start</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
<property name="margin_top">10</property>