diff options
author | John Stebbins <[email protected]> | 2015-10-16 07:38:40 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-16 07:39:36 -0700 |
commit | fc1188fc2447c39f9abb282e101758e516ee9a07 (patch) | |
tree | fcd341afb99964a2406661c01c55fdb78d4dbd43 /gtk/src/ghb.ui | |
parent | 742e32b875a2e6a7c879ba0a84fb7512608c25fd (diff) |
LinGui: fix "margin-start" run-time warning on gtk 3.10
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index a0863ba09..b382d966f 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2869,7 +2869,7 @@ Players will scale the image in order to achieve the specified aspect.</property <property name="column-spacing">4</property> <property name="row-spacing">32</property> <property name="margin-top">16</property> - <property name="margin-start">16</property> + <property name="margin-left">16</property> <property name="valign">start</property> <property name="halign">fill</property> <child> |