summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/GUI/catcher_main.glade
diff options
context:
space:
mode:
authorTom2012-05-07 18:54:56 +0200
committerTom2012-05-07 18:54:56 +0200
commitd174ee3514f0886d891619da4d0b54d5587b001f (patch)
treeb83adce6b4080591a41dff2ccfb7044f2f2410ca /Src/PyCatcher/GUI/catcher_main.glade
parentchanged pictures (diff)
downloadimsi-catcher-detection-d174ee3514f0886d891619da4d0b54d5587b001f.tar.gz
imsi-catcher-detection-d174ee3514f0886d891619da4d0b54d5587b001f.tar.xz
imsi-catcher-detection-d174ee3514f0886d891619da4d0b54d5587b001f.zip
finished few experiments with documentation
Diffstat (limited to 'Src/PyCatcher/GUI/catcher_main.glade')
-rw-r--r--Src/PyCatcher/GUI/catcher_main.glade47
1 files changed, 46 insertions, 1 deletions
diff --git a/Src/PyCatcher/GUI/catcher_main.glade b/Src/PyCatcher/GUI/catcher_main.glade
index b856067..9a75849 100644
--- a/Src/PyCatcher/GUI/catcher_main.glade
+++ b/Src/PyCatcher/GUI/catcher_main.glade
@@ -662,7 +662,7 @@ CSV
<object class="GtkWindow" id="main_window">
<property name="can_focus">False</property>
<property name="title" translatable="yes">IMSI Catcher Detection System</property>
- <property name="default_width">800</property>
+ <property name="default_width">1000</property>
<property name="default_height">600</property>
<property name="has_resize_grip">False</property>
<signal name="destroy" handler="_on_main_window_destroy" swapped="no"/>
@@ -1291,6 +1291,51 @@ CSV
<property name="position">11</property>
</packing>
</child>
+ <child>
+ <object class="GtkHSeparator" id="separator3">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">12</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="cb_lac_change">
+ <property name="label" translatable="yes">LAC Change</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="xalign">0</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">13</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkCheckButton" id="cb_rx_change">
+ <property name="label" translatable="yes">rx Change</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
+ <property name="xalign">0</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">14</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>