diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/roadster-icon.png | bin | 0 -> 9402 bytes | |||
-rw-r--r-- | data/roadster-logo.png | bin | 0 -> 11351 bytes | |||
-rw-r--r-- | data/roadster.glade | 10 |
4 files changed, 10 insertions, 5 deletions
@@ -1,5 +1,10 @@ 2005-09-25 Ian McIntosh <ian_mcintosh@linuxadvocate.org> + * data/roadster-icon.png: + * data/roadster-logo.png: Added. Not necessarily the final ones, just what I'm using now. + +2005-09-25 Ian McIntosh <ian_mcintosh@linuxadvocate.org> + * src/*: Removed "m_" prefix from all struct variables! (It makes much more sense in C++ where you can access this-> without writing it.) * src/searchwindow.c: Refactoring and changes to what/when messages get shown to users. diff --git a/data/roadster-icon.png b/data/roadster-icon.png Binary files differnew file mode 100644 index 0000000..9462f23 --- /dev/null +++ b/data/roadster-icon.png diff --git a/data/roadster-logo.png b/data/roadster-logo.png Binary files differnew file mode 100644 index 0000000..b6fb6b4 --- /dev/null +++ b/data/roadster-logo.png diff --git a/data/roadster.glade b/data/roadster.glade index ac2cfcd..d29cdce 100644 --- a/data/roadster.glade +++ b/data/roadster.glade @@ -1959,7 +1959,7 @@ Banks</property> <child> <widget class="GtkLabel" id="label92337"> <property name="visible">True</property> - <property name="label" translatable="yes"><span size="small">_Search:</span></property> + <property name="label" translatable="yes">_Search:</property> <property name="use_underline">True</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -2203,7 +2203,7 @@ Banks</property> <property name="visible">True</property> <property name="show_tabs">True</property> <property name="show_border">True</property> - <property name="tab_pos">GTK_POS_BOTTOM</property> + <property name="tab_pos">GTK_POS_LEFT</property> <property name="scrollable">False</property> <property name="enable_popup">False</property> @@ -2348,7 +2348,7 @@ Banks</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> - <property name="angle">0</property> + <property name="angle">90</property> </widget> <packing> <property name="type">tab</property> @@ -2401,7 +2401,7 @@ Banks</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> - <property name="angle">0</property> + <property name="angle">90</property> </widget> <packing> <property name="type">tab</property> @@ -2468,7 +2468,7 @@ Banks</property> <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> <property name="width_chars">-1</property> <property name="single_line_mode">False</property> - <property name="angle">0</property> + <property name="angle">90</property> </widget> <packing> <property name="type">tab</property> |