]> spindle.queued.net Git - midori/commitdiff
Add list style select to about:widgets
authorChristian Dywan <christian@twotoasts.de>
Wed, 25 Jul 2012 20:37:21 +0000 (22:37 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 25 Jul 2012 21:05:47 +0000 (23:05 +0200)
See: https://bugs.launchpad.net/midori/+bug/1029059

midori/midori-view.c

index fa534d5706c17e740d3495ae2d8a39e87cfd471d..41669ed022b71063f473f9c898c9379a158b61a6 100644 (file)
@@ -4420,7 +4420,8 @@ midori_view_set_uri (MidoriView*  view,
                     "<p><input type=\"password\" value=\"demo\"%s>",
                     "<p><input type=\"checkbox\" value=\"demo\"%s> demo",
                     "<p><input type=\"radio\" value=\"demo\"%s> demo",
-                    "<p><select%s><option>foo bar</option><option selected>spam eggs</option>",
+                    "<p><select%s><option>foo bar</option><option selected>spam eggs</option></select>",
+                    "<p><select%s size=\"3\"><option>foo bar</option><option selected>spam eggs</option></select>",
                     "<p><input type=\"file\"%s>",
                     "<p><input type=\"file\" multiple%s>",
                     "<input type=\"button\" value=\"demo\"%s>",