diff options
Diffstat (limited to 'portato/gui/templates/PreferenceWindow.glade')
-rw-r--r-- | portato/gui/templates/PreferenceWindow.glade | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/portato/gui/templates/PreferenceWindow.glade b/portato/gui/templates/PreferenceWindow.glade index 46d2a39..29621b5 100644 --- a/portato/gui/templates/PreferenceWindow.glade +++ b/portato/gui/templates/PreferenceWindow.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.5 on Sun Jul 20 18:28:00 2008 --> +<!--Generated with glade3 3.4.5 on Mon Nov 24 20:13:05 2008 --> <glade-interface> <widget class="GtkWindow" id="PreferenceWindow"> <property name="border_width">5</property> @@ -30,6 +30,7 @@ <child> <widget class="GtkAlignment" id="alignment1"> <property name="visible">True</property> + <property name="top_padding">5</property> <property name="bottom_padding">5</property> <property name="left_padding">12</property> <property name="right_padding">5</property> @@ -43,6 +44,9 @@ <property name="response_id">0</property> <property name="draw_indicator">True</property> </widget> + <packing> + <property name="expand">False</property> + </packing> </child> <child> <widget class="GtkHBox" id="hbox3"> @@ -86,6 +90,9 @@ </packing> </child> </widget> + <packing> + <property name="expand">False</property> + </packing> </child> <child> <widget class="GtkFrame" id="updateFrame"> @@ -94,6 +101,8 @@ <child> <widget class="GtkAlignment" id="alignment2"> <property name="visible">True</property> + <property name="top_padding">5</property> + <property name="bottom_padding">5</property> <property name="left_padding">12</property> <child> <widget class="GtkVBox" id="updateVB"> @@ -106,6 +115,7 @@ <property name="draw_indicator">True</property> </widget> <packing> + <property name="expand">False</property> <property name="fill">False</property> </packing> </child> @@ -117,6 +127,7 @@ <property name="draw_indicator">True</property> </widget> <packing> + <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> @@ -133,11 +144,19 @@ <property name="yalign">0</property> <property name="right_padding">10</property> <child> - <widget class="GtkTreeView" id="setList"> + <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="headers_visible">False</property> - <property name="rules_hint">True</property> + <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <child> + <widget class="GtkTreeView" id="setList"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="headers_visible">False</property> + <property name="rules_hint">True</property> + </widget> + </child> </widget> </child> </widget> @@ -183,6 +202,7 @@ <child> <widget class="GtkAlignment" id="alignment5"> <property name="visible">True</property> + <property name="top_padding">5</property> <property name="bottom_padding">5</property> <property name="left_padding">12</property> <property name="right_padding">5</property> @@ -222,6 +242,7 @@ </child> </widget> <packing> + <property name="expand">False</property> <property name="position">2</property> </packing> </child> @@ -232,6 +253,7 @@ <child> <widget class="GtkAlignment" id="alignment3"> <property name="visible">True</property> + <property name="top_padding">5</property> <property name="bottom_padding">5</property> <property name="left_padding">12</property> <property name="right_padding">5</property> @@ -452,6 +474,7 @@ </child> </widget> <packing> + <property name="expand">False</property> <property name="position">3</property> </packing> </child> @@ -554,7 +577,7 @@ <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Update the package list with the current search results while you are typing. + <property name="tooltip_markup">Update the package list with the current search results while you are typing. <b>Note</b>: Will slow down the typing process.</property> <property name="label" translatable="yes">Search while typing</property> <property name="yalign">0.47999998927116394</property> @@ -803,7 +826,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_tooltip">True</property> - <property name="tooltip_markup" translatable="yes">Organize the categories in a tree. Thereby collapse categories with the same prefix: + <property name="tooltip_markup">Organize the categories in a tree. Thereby collapse categories with the same prefix: As an example: <i>app-admin</i>, <i>app-emacs</i>, and <i>app-vim</i> would be collapsed into <i><b>app</b></i> as root and <i>admin</i>, <i>emacs</i>, and <i>vim</i> as children.</property> <property name="label" translatable="yes">Collapse categories with same prefix</property> <property name="response_id">0</property> @@ -884,6 +907,7 @@ As an example: <i>app-admin</i>, <i>app-emacs</i>, and & </child> </widget> <packing> + <property name="expand">False</property> <property name="position">6</property> </packing> </child> |