diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-12-09 09:26:08 +0100 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2013-12-09 09:26:08 +0100 |
commit | 35a249466f8cccb1ac28f3d3d8339cd372c20392 (patch) | |
tree | 42bb2d20dfb7e25dbc370be5a9288bb7cf5dfe2b /demos | |
parent | fe584b9f00b2ee6b8088b3659c90e275bfaba3da (diff) | |
download | gtk+-35a249466f8cccb1ac28f3d3d8339cd372c20392.tar.gz |
demo: put run button on the left
It is a bit annoying to have to go over to the right side to click it.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/main.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/main.ui b/demos/gtk-demo/main.ui index 484135339f..63b07dae45 100644 --- a/demos/gtk-demo/main.ui +++ b/demos/gtk-demo/main.ui @@ -59,7 +59,7 @@ </child> </object> <packing> - <property name="pack_type">end</property> + <property name="pack_type">start</property> </packing> </child> </object> |