summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-01-16 14:26:34 +0800
committerPeng Wu <alexepico@gmail.com>2014-01-16 14:29:09 +0800
commit0b6ae4196aaf21d508ddf231a53048afb04182ce (patch)
tree8e613a5e0ba48743d40778a34683073b048a0f64 /setup
parent87808618edd2a3303b6b52b454534344aead965b (diff)
downloadibus-libzhuyin-0b6ae4196aaf21d508ddf231a53048afb04182ce.tar.gz
ibus-libzhuyin-0b6ae4196aaf21d508ddf231a53048afb04182ce.tar.xz
ibus-libzhuyin-0b6ae4196aaf21d508ddf231a53048afb04182ce.zip
update setup dialog
Diffstat (limited to 'setup')
-rw-r--r--setup/ibus-libzhuyin-preferences.ui16
-rw-r--r--setup/main.py0
2 files changed, 8 insertions, 8 deletions
diff --git a/setup/ibus-libzhuyin-preferences.ui b/setup/ibus-libzhuyin-preferences.ui
index 521c55b..7e78cd8 100644
--- a/setup/ibus-libzhuyin-preferences.ui
+++ b/setup/ibus-libzhuyin-preferences.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.16.0 on Wed Jan 15 11:06:04 2014 -->
+<!-- Generated with glade 3.16.0 on Thu Jan 16 14:16:06 2014 -->
<interface>
<!-- interface-requires gtk+ 3.10 -->
<object class="GtkAdjustment" id="adjustmentCandidate">
@@ -76,15 +76,15 @@
</row>
</data>
</object>
- <object class="GtkWindow" id="window1">
+ <object class="GtkWindow" id="window">
<property name="can_focus">False</property>
<child>
- <object class="GtkNotebook" id="notebook1">
+ <object class="GtkNotebook" id="pages">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tab_pos">left</property>
<child>
- <object class="GtkBox" id="box6">
+ <object class="GtkBox" id="pageInputting">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
@@ -246,7 +246,7 @@
</packing>
</child>
<child>
- <object class="GtkGrid" id="grid2">
+ <object class="GtkGrid" id="pageKeyboard">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">10</property>
@@ -383,7 +383,7 @@
</packing>
</child>
<child>
- <object class="GtkGrid" id="grid1">
+ <object class="GtkGrid" id="pageFuzzyZhuyin">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_homogeneous">True</property>
@@ -623,7 +623,7 @@
</packing>
</child>
<child>
- <object class="GtkBox" id="box1">
+ <object class="GtkBox" id="pageUserPhrases">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">10</property>
@@ -847,7 +847,7 @@
</packing>
</child>
<child>
- <object class="GtkAlignment" id="alignment1">
+ <object class="GtkAlignment" id="pageAbout">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">center</property>
diff --git a/setup/main.py b/setup/main.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/setup/main.py