Skip to content

Commit

Permalink
Showed custom table only by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwarat committed Apr 18, 2014
1 parent c3c3ea1 commit 2aec2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions input-pad/window-gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static gboolean use_module_xtest = FALSE;
static gchar *kbdui_name = NULL;
static gboolean ask_version = FALSE;
static guint set_show_table_type = 1;
static guint set_show_layout_type = 1;
static guint set_show_layout_type = 0;

#ifdef USE_GLOBAL_GMODULE
/* module_table: global GModule hash table
Expand Down Expand Up @@ -3303,7 +3303,7 @@ create_custom_char_views (GtkWidget *hbox, InputPadGtkWindow *window)
gtk_tree_view_set_show_expanders (GTK_TREE_VIEW (sub_tv), FALSE);

scrolled = gtk_scrolled_window_new (NULL, NULL);
gtk_widget_set_size_request (scrolled, 470, 200);
gtk_widget_set_size_request (scrolled, 350, 200);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled),
GTK_POLICY_AUTOMATIC,
GTK_POLICY_ALWAYS);
Expand Down
11 changes: 0 additions & 11 deletions input-pad/window-gtk.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<template class="InputPadGtkWindow" parent="GtkApplicationWindow">
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="title" translatable="yes">Input Pad</property>
<property name="default_height">400</property>
<property name="default_width">440</property>
<property name="accept-focus">False</property>
<child>
<object class="GtkBox" id="vbox100">
Expand Down Expand Up @@ -64,15 +62,6 @@
<property name="fill">False</property>
</packing>
</child>
<child>
<object class="GtkStatusbar" id="statusbar1">
<property name="visible">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">4</property>
</packing>
</child>
</object>
</child>
</template>
Expand Down

0 comments on commit 2aec2c8

Please sign in to comment.