Skip to content

Commit

Permalink
add a picture to the margins tab
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Jul 22, 2007
1 parent 328a3de commit 6d9441e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ src_obconf_SOURCES = \
src/tree.h

dist_glade_DATA = \
src/obconf.glade
src/obconf.glade \
pixmaps/video-display.png

dist_noinst_DATA = \
src/obconf.gladep
Expand Down
Binary file added pixmaps/video-display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/obconf.glade
Original file line number Diff line number Diff line change
Expand Up @@ -2911,7 +2911,7 @@ C - The close button</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ypad">4</property>
<property name="mnemonic_widget">margins_top</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
Expand Down Expand Up @@ -3153,7 +3153,7 @@ C - The close button</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ypad">4</property>
<property name="mnemonic_widget">margins_left</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
Expand Down Expand Up @@ -3310,15 +3310,16 @@ C - The close button</property>
<child>
<widget class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="pixbuf">video-display.png</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>

Expand Down Expand Up @@ -3365,7 +3366,7 @@ C - The close button</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ypad">4</property>
<property name="mnemonic_widget">margins_right</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
Expand Down Expand Up @@ -3600,7 +3601,7 @@ C - The close button</property>
<property name="xalign">0.5</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ypad">4</property>
<property name="mnemonic_widget">margins_bottom</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
Expand Down

0 comments on commit 6d9441e

Please sign in to comment.