Author: jannis Date: 2008-06-28 22:18:26 +0000 (Sat, 28 Jun 2008) New Revision: 27172
Modified: xfce4-settings/trunk/ChangeLog xfce4-settings/trunk/dialogs/appearance-settings/appearance-dialog.glade Log: * dialogs/appearance-settings/appearance-dialog.glade: Improve the dialog layout. I've chosen 12px for horizontal distance and 6px for horizontal distance between neighboured widgets. All boxes now have a border of 10px expect for those inside notebooks+alignments: they now have a border of 6px. Modified: xfce4-settings/trunk/ChangeLog =================================================================== --- xfce4-settings/trunk/ChangeLog 2008-06-28 15:16:50 UTC (rev 27171) +++ xfce4-settings/trunk/ChangeLog 2008-06-28 22:18:26 UTC (rev 27172) @@ -0,0 +1,9 @@ +2008-06-28 Jannis Pohlmann <[EMAIL PROTECTED]> + + * dialogs/appearance-settings/appearance-dialog.glade: Improve + the dialog layout. I've chosen 12px for horizontal distance + and 6px for horizontal distance between neighboured widgets. + All boxes now have a border of 10px expect for those inside + notebooks+alignments: they now have a border of 6px. + +vim:set sw=8 sts=8 ts=8 noexpandtab: Modified: xfce4-settings/trunk/dialogs/appearance-settings/appearance-dialog.glade =================================================================== --- xfce4-settings/trunk/dialogs/appearance-settings/appearance-dialog.glade 2008-06-28 15:16:50 UTC (rev 27171) +++ xfce4-settings/trunk/dialogs/appearance-settings/appearance-dialog.glade 2008-06-28 22:18:26 UTC (rev 27172) @@ -1,158 +1,129 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.5 on Sat Jun 14 09:04:56 2008 --> +<!--Generated with glade3 3.4.5 on Sun Jun 29 00:14:13 2008 --> <glade-interface> <requires lib="xfce4"/> - <widget class="GtkDialog" id="appearance-settings-dialog"> - <property name="border_width">5</property> + <widget class="XfceTitledDialog" id="appearance-settings-dialog"> + <property name="title" translatable="yes">Appearance Settings</property> <property name="resizable">False</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> + <property name="icon_name">preferences-desktop-theme</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="has_separator">False</property> + <property name="subtitle" translatable="yes">Change the looks of your Xfce desktop</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> - <property name="spacing">2</property> <child> <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> + <property name="border_width">6</property> <child> - <widget class="XfceHeading" id="xfce-appearance-settings-heading"> - <property name="visible">True</property> - <property name="icon_name">preferences-desktop-theme</property> - <property name="subtitle" translatable="yes">Change the looks of your XFCE desktop</property> - <property name="title" translatable="yes">Appearance Settings</property> - </widget> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> - <child> <widget class="GtkNotebook" id="notebook1"> <property name="visible">True</property> <property name="can_focus">True</property> <child> - <widget class="GtkFrame" id="frame6"> + <widget class="GtkNotebook" id="notebook2"> <property name="visible">True</property> - <property name="label_xalign">0</property> - <property name="shadow_type">GTK_SHADOW_NONE</property> + <property name="can_focus">True</property> + <property name="border_width">10</property> <child> - <widget class="GtkAlignment" id="alignment6"> + <widget class="GtkVBox" id="vbox8"> <property name="visible">True</property> - <property name="left_padding">12</property> + <property name="border_width">10</property> <child> - <widget class="GtkNotebook" id="notebook2"> + <widget class="GtkLabel" id="label14"> <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <property name="ypad">6</property> + <property name="label" translatable="yes">Please select the UI-theme you want to use</property> + </widget> + <packing> + <property name="expand">False</property> + </packing> + </child> + <child> + <widget class="GtkScrolledWindow" id="scrolledwindow1"> + <property name="visible">True</property> <property name="can_focus">True</property> + <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="shadow_type">GTK_SHADOW_IN</property> <child> - <widget class="GtkVBox" id="vbox8"> + <widget class="GtkTreeView" id="gtk_theme_treeview"> <property name="visible">True</property> - <child> - <widget class="GtkLabel" id="label14"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="xpad">6</property> - <property name="ypad">6</property> - <property name="label" translatable="yes">Please select the UI-theme you want to use</property> - </widget> - <packing> - <property name="expand">False</property> - </packing> - </child> - <child> - <widget class="GtkScrolledWindow" id="scrolledwindow1"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> - <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> - <property name="shadow_type">GTK_SHADOW_IN</property> - <child> - <widget class="GtkTreeView" id="gtk_theme_treeview"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="headers_visible">False</property> - <property name="headers_clickable">True</property> - </widget> - </child> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> + <property name="can_focus">True</property> + <property name="headers_visible">False</property> + <property name="headers_clickable">True</property> </widget> </child> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + </widget> + </child> + <child> + <widget class="GtkLabel" id="label12"> + <property name="visible">True</property> + <property name="label" translatable="yes">UI Theme</property> + </widget> + <packing> + <property name="type">tab</property> + <property name="tab_fill">False</property> + </packing> + </child> + <child> + <widget class="GtkVBox" id="vbox9"> + <property name="visible">True</property> + <property name="border_width">10</property> + <child> + <widget class="GtkLabel" id="label13"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="yalign">0</property> + <property name="ypad">6</property> + <property name="label" translatable="yes">Please select the icon-theme you want to use:</property> + </widget> + <packing> + <property name="expand">False</property> + </packing> + </child> + <child> + <widget class="GtkScrolledWindow" id="scrolledwindow2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> + <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="shadow_type">GTK_SHADOW_IN</property> <child> - <widget class="GtkLabel" id="label12"> + <widget class="GtkTreeView" id="icon_theme_treeview"> <property name="visible">True</property> - <property name="label" translatable="yes">UI Theme</property> + <property name="can_focus">True</property> + <property name="headers_visible">False</property> </widget> - <packing> - <property name="type">tab</property> - <property name="tab_fill">False</property> - </packing> </child> - <child> - <widget class="GtkVBox" id="vbox9"> - <property name="visible">True</property> - <child> - <widget class="GtkLabel" id="label13"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="xpad">6</property> - <property name="ypad">6</property> - <property name="label" translatable="yes">Please select the icon-theme you want to use:</property> - </widget> - <packing> - <property name="expand">False</property> - </packing> - </child> - <child> - <widget class="GtkScrolledWindow" id="scrolledwindow2"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> - <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> - <property name="shadow_type">GTK_SHADOW_IN</property> - <child> - <widget class="GtkTreeView" id="icon_theme_treeview"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="headers_visible">False</property> - </widget> - </child> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - </widget> - <packing> - <property name="position">1</property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="label15"> - <property name="visible">True</property> - <property name="label" translatable="yes">Icon theme</property> - </widget> - <packing> - <property name="type">tab</property> - <property name="position">1</property> - <property name="tab_fill">False</property> - </packing> - </child> </widget> + <packing> + <property name="position">1</property> + </packing> </child> </widget> + <packing> + <property name="position">1</property> + </packing> </child> <child> - <widget class="GtkLabel" id="label11"> + <widget class="GtkLabel" id="label15"> <property name="visible">True</property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Icon theme</property> </widget> <packing> - <property name="type">label_item</property> + <property name="type">tab</property> + <property name="position">1</property> + <property name="tab_fill">False</property> </packing> </child> </widget> @@ -171,6 +142,7 @@ <child> <widget class="GtkVBox" id="vbox2"> <property name="visible">True</property> + <property name="border_width">10</property> <property name="spacing">8</property> <child> <widget class="GtkFrame" id="frame1"> @@ -180,6 +152,7 @@ <child> <widget class="GtkAlignment" id="alignment1"> <property name="visible">True</property> + <property name="top_padding">6</property> <property name="left_padding">12</property> <child> <widget class="GtkVBox" id="vbox3"> @@ -241,7 +214,8 @@ <child> <widget class="GtkVBox" id="vbox4"> <property name="visible">True</property> - <property name="spacing">8</property> + <property name="border_width">6</property> + <property name="spacing">6</property> <child> <widget class="GtkCheckButton" id="xft_antialias_check_button"> <property name="visible">True</property> @@ -255,12 +229,12 @@ <child> <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> - <property name="spacing">8</property> + <property name="spacing">12</property> <property name="homogeneous">True</property> <child> <widget class="GtkLabel" id="label16"> <property name="visible">True</property> - <property name="xalign">0</property> + <property name="xalign">1</property> <property name="label" translatable="yes">_Hinting:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">xft_hinting_style_combo_box</property> @@ -282,12 +256,12 @@ <child> <widget class="GtkHBox" id="hbox3"> <property name="visible">True</property> - <property name="spacing">8</property> + <property name="spacing">12</property> <property name="homogeneous">True</property> <child> <widget class="GtkLabel" id="label17"> <property name="visible">True</property> - <property name="xalign">0</property> + <property name="xalign">1</property> <property name="label" translatable="yes">_Subpixel hinting:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">xft_hinting_style_combo_box</property> @@ -339,7 +313,8 @@ <child> <widget class="GtkHBox" id="hbox2"> <property name="visible">True</property> - <property name="spacing">8</property> + <property name="border_width">6</property> + <property name="spacing">12</property> <child> <widget class="GtkCheckButton" id="xft_custom_dpi_check_button"> <property name="visible">True</property> @@ -406,6 +381,7 @@ <child> <widget class="GtkVBox" id="vbox5"> <property name="visible">True</property> + <property name="border_width">10</property> <property name="spacing">8</property> <child> <widget class="GtkFrame" id="frame4"> @@ -419,7 +395,8 @@ <child> <widget class="GtkVBox" id="vbox6"> <property name="visible">True</property> - <property name="spacing">8</property> + <property name="border_width">6</property> + <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label9"> <property name="visible">True</property> @@ -473,7 +450,8 @@ <child> <widget class="GtkVBox" id="vbox7"> <property name="visible">True</property> - <property name="spacing">8</property> + <property name="border_width">6</property> + <property name="spacing">6</property> <child> <widget class="GtkCheckButton" id="gtk_caneditaccels_check_button"> <property name="visible">True</property> _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org http://foo-projects.org/mailman/listinfo/xfce4-commits