~noskcaj/ubuntu/utopic/eog-plugins/merge

« back to all changes in this revision

Viewing changes to plugins/fullscreenbg/preferences_dialog.ui

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Josselin Mouette, Martin Pitt, Michael Biebl
  • Date: 2012-05-10 15:08:48 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120510150848-e316o2pnsm7m16ep
Tags: 3.4.0-1
[ Josselin Mouette ]
* Replace python-gobject by python-gi.

[ Martin Pitt ]
* debian/control.in: Bump clutter and eog dependencies as per configure.ac.
* debian/copyright: Rewrite using copyright 1.0 format.
* debian/control.in: Bump to Standards-Version 3.9.3.
* debian/control.in: Add Enhances: eog (Closes: #653258, LP: #697406)

[ Michael Biebl ]
* New upstream release.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Add Build-Depends on gsettings-desktop-schemas-dev and a Depends on
  gsettings-desktop-schemas for the org.gnome.desktop.interface gsettings
  schema file used by the pythonconsole plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 2.12 -->
 
4
  <object class="GtkBox" id="preferences_box">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <property name="halign">start</property>
 
8
    <property name="valign">start</property>
 
9
    <property name="margin_left">10</property>
 
10
    <property name="margin_right">10</property>
 
11
    <property name="margin_top">10</property>
 
12
    <property name="margin_bottom">10</property>
 
13
    <property name="spacing">10</property>
 
14
    <child>
 
15
      <object class="GtkCheckButton" id="use_global_settings_checkbutton">
 
16
        <property name="label" translatable="yes">Use custom color:</property>
 
17
        <property name="use_action_appearance">False</property>
 
18
        <property name="visible">True</property>
 
19
        <property name="can_focus">True</property>
 
20
        <property name="receives_default">False</property>
 
21
        <property name="use_action_appearance">False</property>
 
22
        <property name="xalign">0</property>
 
23
        <property name="draw_indicator">True</property>
 
24
        <signal name="toggled" handler="use_global_settings_cb" swapped="no"/>
 
25
      </object>
 
26
      <packing>
 
27
        <property name="expand">False</property>
 
28
        <property name="fill">False</property>
 
29
        <property name="position">0</property>
 
30
      </packing>
 
31
    </child>
 
32
    <child>
 
33
      <object class="GtkColorButton" id="background_color_colorbutton">
 
34
        <property name="use_action_appearance">False</property>
 
35
        <property name="visible">True</property>
 
36
        <property name="can_focus">True</property>
 
37
        <property name="receives_default">True</property>
 
38
        <property name="halign">center</property>
 
39
        <property name="valign">center</property>
 
40
        <property name="use_action_appearance">False</property>
 
41
        <signal name="color-set" handler="hide_colorbutton_cb" swapped="no"/>
 
42
      </object>
 
43
      <packing>
 
44
        <property name="expand">False</property>
 
45
        <property name="fill">False</property>
 
46
        <property name="position">1</property>
 
47
      </packing>
 
48
    </child>
 
49
  </object>
 
50
</interface>