From 022d096d4933fb8b27ead24e0904a67e14e88379 Mon Sep 17 00:00:00 2001 From: Anish Mangal Date: Thu, 06 May 2010 04:58:30 +0000 Subject: Fixes for Pippy layout: #1927 Changes ------- [1] The pippy layout now scales according to screen size. [2] Replaced [h,v]boxes by [h,v]panes to make them adjustable. [3] Moved the [stop, run, clear] buttons to the activity toolbar. [4] Added new icons for [stop, run, clear] toolbar buttons. [5] When the toolbar [stop, run, clear] buttons are clicked, they flash colour momentarily (minimum 400 milliseconds) --- (limited to 'icons') diff --git a/icons/eraser_bw.svg b/icons/eraser_bw.svg new file mode 100644 index 0000000..8409141 --- /dev/null +++ b/icons/eraser_bw.svg @@ -0,0 +1,84 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/icons/eraser_color.svg b/icons/eraser_color.svg new file mode 100644 index 0000000..bda20d1 --- /dev/null +++ b/icons/eraser_color.svg @@ -0,0 +1,83 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/icons/run_bw.svg b/icons/run_bw.svg new file mode 100644 index 0000000..35ea0cb --- /dev/null +++ b/icons/run_bw.svg @@ -0,0 +1,114 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/icons/run_color.svg b/icons/run_color.svg new file mode 100644 index 0000000..753a746 --- /dev/null +++ b/icons/run_color.svg @@ -0,0 +1,114 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/icons/stopit_bw.svg b/icons/stopit_bw.svg new file mode 100644 index 0000000..6db8333 --- /dev/null +++ b/icons/stopit_bw.svg @@ -0,0 +1,100 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/icons/stopit_color.svg b/icons/stopit_color.svg new file mode 100644 index 0000000..476c3be --- /dev/null +++ b/icons/stopit_color.svg @@ -0,0 +1,97 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + -- cgit v0.9.1