Change name, move out of Advanced category.
2002-04-27 Seth Nickell <snickell@stanford.edu> * gtk-theme-selector.desktop.in: Change name, move out of Advanced category. * theme-properties.glade: Tweak padding / spacing. * gtk-theme-selector.desktop.in.in: Old cruft file, delete.
This commit is contained in:
parent
e8c5d15345
commit
f6a651f994
4 changed files with 23 additions and 15 deletions
|
@ -1,3 +1,17 @@
|
|||
2002-04-27 Seth Nickell <snickell@stanford.edu>
|
||||
|
||||
* gtk-theme-selector.desktop.in:
|
||||
|
||||
Change name, move out of Advanced category.
|
||||
|
||||
* theme-properties.glade:
|
||||
|
||||
Tweak padding / spacing.
|
||||
|
||||
* gtk-theme-selector.desktop.in.in:
|
||||
|
||||
Old cruft file, delete.
|
||||
|
||||
2002-04-26 Seth Nickell <snickell@stanford.edu>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[Desktop Entry]
|
||||
_Name=Gtk+ Theme Selector
|
||||
_Comment=Select which gtk+ theme to use
|
||||
Exec=gnome-font-and-theme-properties
|
||||
_Name=Theme
|
||||
_Comment=Change the appearance of buttons, scrollbars, etc
|
||||
Exec=gnome-theme-properties
|
||||
Icon=gnome-ccthemes.png
|
||||
Terminal=0
|
||||
Type=Application
|
||||
Categories=Application;Settings;AdvancedSettings;
|
||||
Categories=Application;Settings;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[Desktop Entry]
|
||||
_Name=Gtk+ Theme Selector
|
||||
_Comment=Select which gtk+ theme to use
|
||||
Exec=gtk2-theme-selector-capplet
|
||||
Icon=gnome-ccthemes.png
|
||||
Terminal=0
|
||||
Type=Application
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
<child internal-child="vbox">
|
||||
<widget class="GtkVBox" id="dialog-vbox1">
|
||||
<property name="border_width">2</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">0</property>
|
||||
|
@ -61,20 +60,22 @@
|
|||
|
||||
<child>
|
||||
<widget class="GtkFrame" id="theme_frame">
|
||||
<property name="border_width">5</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="label_xalign">0</property>
|
||||
<property name="label_yalign">0.5</property>
|
||||
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
|
||||
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkHBox" id="hbox1">
|
||||
<property name="border_width">4</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">4</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkScrolledWindow" id="theme_swindow">
|
||||
<property name="width_request">225</property>
|
||||
<property name="height_request">100</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
||||
|
@ -105,7 +106,7 @@
|
|||
<child>
|
||||
<widget class="GtkLabel" id="label1">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Available themes</property>
|
||||
<property name="label" translatable="yes">Themes</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue