<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE gtk-builder SYSTEM "gtk-builder.dtd"> <interface> <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkAdjustment" id="adjustment1"> <property name="value">1</property> <property name="lower">1</property> <property name="upper">500</property> <property name="step_increment">10</property> <property name="page_increment">100</property> </object> <object class="GtkAdjustment" id="adjustment2"> <property name="value">1</property> <property name="lower">1</property> <property name="upper">500</property> <property name="step_increment">10</property> <property name="page_increment">100</property> </object> <object class="GtkUIManager" id="uimanager1"> <child> <object class="GtkActionGroup" id="actiongroup1"> <child> <object class="GtkAction" id="popup_create"> <property name="name">popup_create</property> <property name="label" translatable="yes">_New Note</property> </object> </child> <child> <object class="GtkAction" id="popup_destroy"> <property name="name">popup_destroy</property> <property name="label" translatable="yes">_Delete Note...</property> </object> </child> <child> <object class="GtkToggleAction" id="popup_toggle_lock"> <property name="name">popup_toggle_lock</property> <property name="label" translatable="yes">_Lock Note</property> </object> </child> <child> <object class="GtkAction" id="popup_properties"> <property name="name">popup_properties</property> <property name="label" translatable="yes">_Properties</property> </object> </child> </object> </child> <ui> <popup name="stickynote_menu"> <menuitem action="popup_create"/> <menuitem action="popup_destroy"/> <separator/> <menuitem action="popup_toggle_lock"/> <separator/> <menuitem action="popup_properties"/> </popup> </ui> </object> <object class="GtkDialog" id="preferences_dialog"> <property name="border_width">5</property> <property name="title" translatable="yes">Sticky Notes Preferences</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="spacing">2</property> <child> <object class="GtkVBox" id="vbox2"> <property name="visible">True</property> <property name="border_width">5</property> <property name="spacing">18</property> <child> <object class="GtkVBox" id="vbox6"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Default Note Properties</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hbox1"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label14"> <property name="visible">True</property> <property name="label"> </property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkTable" id="table6"> <property name="visible">True</property> <property name="n_rows">7</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> <object class="GtkFontButton" id="default_font"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Choose a font to use for all sticky notes</property> <property name="title" translatable="yes">Pick a default sticky note font</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkAlignment" id="alignment5"> <property name="visible">True</property> <property name="left_padding">16</property> <child> <object class="GtkLabel" id="prefs_font_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Font:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">default_font</property> </object> </child> </object> <packing> <property name="top_attach">6</property> <property name="bottom_attach">7</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="sys_font_check"> <property name="label" translatable="yes">Use fo_nt from the system theme</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkAlignment" id="alignment6"> <property name="visible">True</property> <property name="left_padding">16</property> <child> <object class="GtkLabel" id="prefs_color_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Note C_olor:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">default_color</property> </object> </child> </object> <packing> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment7"> <property name="visible">True</property> <property name="left_padding">16</property> <child> <object class="GtkLabel" id="prefs_font_color_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Font Co_lor:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">font_color</property> </object> </child> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkColorButton" id="prefs_font_color"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkColorButton" id="default_color"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Choose a base color to use for all sticky notes</property> <property name="title" translatable="yes">Pick a default sticky note color</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkCheckButton" id="sys_color_check"> <property name="label" translatable="yes">Use co_lor from the system theme</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkSpinButton" id="height_spin"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Specify the default height (in pixels) of new notes</property> <property name="adjustment">adjustment1</property> <property name="climb_rate">1</property> <property name="numeric">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkSpinButton" id="width_spin"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Specify the default width (in pixels) of new notes</property> <property name="adjustment">adjustment2</property> <property name="climb_rate">1</property> <property name="numeric">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="height_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">H_eight:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">height_spin</property> </object> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="width_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Width:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">width_spin</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkVBox" id="vbox11"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label31"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Behavior</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hbox11"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label32"> <property name="visible">True</property> <property name="label"> </property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkTable" id="table7"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="desktop_hide_check"> <property name="label" translatable="yes">Hide notes when the des_ktop is clicked on</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes">Choose whether to hide all notes when selecting on the desktop</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkCheckButton" id="force_default_check"> <property name="label" translatable="yes">Force _default color and font on notes</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Choose if the default style is forced on all notes</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkCheckButton" id="sticky_check"> <property name="label" translatable="yes">_Put notes on all workspaces</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Choose if notes are visible on all workspaces</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="helpbutton1"> <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="closebutton1"> <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-11">helpbutton1</action-widget> <action-widget response="-7">closebutton1</action-widget> </action-widgets> </object> <object class="GtkDialog" id="delete_dialog"> <property name="border_width">5</property> <property name="resizable">False</property> <property name="modal">True</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox3"> <property name="visible">True</property> <property name="spacing">14</property> <child> <object class="GtkHBox" id="hbox7"> <property name="visible">True</property> <property name="border_width">5</property> <property name="spacing">12</property> <child> <object class="GtkImage" id="image3"> <property name="visible">True</property> <property name="yalign">0</property> <property name="stock">gtk-dialog-warning</property> <property name="icon-size">6</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkVBox" id="vbox3"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="label30"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes">Delete this sticky note?</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">This cannot be undone.</property> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area3"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="button1"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="button2"> <property name="label">gtk-delete</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-6">button1</action-widget> <action-widget response="-5">button2</action-widget> </action-widgets> </object> <object class="GtkDialog" id="delete_all_dialog"> <property name="border_width">5</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox4"> <property name="visible">True</property> <property name="spacing">14</property> <child> <object class="GtkHBox" id="hbox8"> <property name="visible">True</property> <property name="border_width">5</property> <property name="spacing">12</property> <child> <object class="GtkImage" id="image2"> <property name="visible">True</property> <property name="yalign">0</property> <property name="stock">gtk-dialog-warning</property> <property name="icon-size">6</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="label29"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="label" translatable="yes">Delete all sticky notes?</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">This cannot be undone.</property> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area4"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="button3"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="button4"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <object class="GtkHBox" id="hbox4"> <property name="visible">True</property> <property name="spacing">2</property> <child> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="stock">gtk-delete</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label19"> <property name="visible">True</property> <property name="label" translatable="yes">_Delete All</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-6">button3</action-widget> <action-widget response="-5">button4</action-widget> </action-widgets> </object> <object class="GtkWindow" id="stickynote_window"> <property name="title" translatable="yes">Sticky Note</property> <child> <object class="GtkVBox" id="vbox10"> <property name="visible">True</property> <child> <object class="GtkHBox" id="title_bar"> <property name="visible">True</property> <child> <object class="GtkButton" id="lock_button"> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Lock/Unlock note</property> <property name="relief">none</property> <child> <object class="GtkImage" id="lock_img"> <property name="visible">True</property> <property name="stock">gtk-missing-image</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="title_label"> <property name="visible">True</property> <property name="xpad">2</property> <property name="use_markup">True</property> <property name="justify">center</property> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkButton" id="close_button"> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Close note</property> <property name="relief">none</property> <child> <object class="GtkImage" id="close_img"> <property name="visible">True</property> <property name="stock">gtk-missing-image</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="body_scroller"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">never</property> <child> <object class="GtkTextView" id="body_text"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="wrap_mode">word</property> <property name="left_margin">4</property> <property name="right_margin">4</property> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkHBox" id="resize_bar"> <child> <object class="GtkEventBox" id="resize_sw_box"> <property name="visible">True</property> <property name="tooltip_text" translatable="yes">Resize note</property> <child> <object class="GtkImage" id="resize_sw_img"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">1</property> <property name="stock">gtk-missing-image</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEventBox" id="resize_se_box"> <property name="visible">True</property> <property name="tooltip_text" translatable="yes">Resize note</property> <child> <object class="GtkImage" id="resize_se_img"> <property name="visible">True</property> <property name="xalign">1</property> <property name="yalign">1</property> <property name="stock">gtk-missing-image</property> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="pack_type">end</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> </object> </child> </object> <object class="GtkMenu" constructor="uimanager1" id="stickynote_menu"/> <object class="GtkDialog" id="stickynote_properties"> <property name="border_width">5</property> <property name="title" translatable="yes">Sticky Note Properties</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox2"> <property name="visible">True</property> <property name="spacing">2</property> <child> <object class="GtkVBox" id="vbox12"> <property name="visible">True</property> <property name="border_width">5</property> <property name="spacing">18</property> <child> <object class="GtkVBox" id="vbox13"> <property name="visible">True</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label35"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Properties</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hbox12"> <property name="visible">True</property> <child> <object class="GtkLabel" id="label36"> <property name="visible">True</property> <property name="label"> </property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkTable" id="table8"> <property name="visible">True</property> <property name="n_rows">6</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> <object class="GtkFontButton" id="note_font"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Choose a font for the note</property> <property name="title" translatable="yes">Pick a font for the sticky note</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="left_padding">16</property> <child> <object class="GtkLabel" id="font_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Font:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">note_color</property> </object> </child> </object> <packing> <property name="top_attach">5</property> <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="def_font_check"> <property name="label" translatable="yes">Use default fo_nt</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkColorButton" id="note_color"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">Choose a color for the note</property> <property name="title" translatable="yes">Pick a color for the sticky note</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkAlignment" id="alignment3"> <property name="visible">True</property> <property name="left_padding">16</property> <child> <object class="GtkLabel" id="color_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Note _Color:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">note_color</property> </object> </child> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkColorButton" id="font_color"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkAlignment" id="alignment4"> <property name="visible">True</property> <property name="left_padding">16</property> <child> <object class="GtkLabel" id="font_color_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Font C_olor:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">font_color</property> </object> </child> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkCheckButton" id="def_color_check"> <property name="label" translatable="yes">Use default co_lor</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="title_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Specify a title for the note</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="label33"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Title:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">title_entry</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area2"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="helpbutton2"> <property name="label">gtk-help</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="closebutton2"> <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="-11">helpbutton2</action-widget> <action-widget response="-7">closebutton2</action-widget> </action-widgets> </object> </interface>