Skip to content

Commit 8893bbb

Browse files
committed
gmoccapy: adapt settings page of 800x600 config
1 parent 82474da commit 8893bbb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

configs/sim/gmoccapy/gmoccapy_800x600.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,16 @@
4141
self.widgets["vbox15"].pack_end(hbox_gremlin_buttons_2, False, False, 3)
4242

4343
# reorder settings page
44-
self.widgets["vbox_window"].remove(self.widgets["frm_ntb_preview"]) # "On Touch off"
45-
self.widgets["vbox_window"].remove(self.widgets["frm_keyboard"])
46-
self.widgets["vbox_dro_settings"].remove(self.widgets["frm_preview"])
4744
self.widgets["vbox_file"].remove(self.widgets["frm_message_position"])
4845
self.widgets["vbox_file"].remove(self.widgets["frm_themes"])
49-
self.widgets["vbox21"].remove(self.widgets["frm_unlock"])
50-
self.widgets["vbox_window"].pack_start(self.widgets["frm_preview"], False, False, 3)
51-
self.widgets["vbox_dro_settings"].pack_start(self.widgets["frm_ntb_preview"], False, False, 3)
5246
vbox_c1 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
5347
vbox_c2 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
5448
hbox_setup_appearance_2 = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL)
5549
hbox_setup_appearance_2.pack_start(vbox_c1, False, False, 3)
5650
hbox_setup_appearance_2.pack_start(vbox_c2, False, False, 3)
5751
hbox_setup_appearance_2.show()
58-
vbox_c1.pack_start(self.widgets["frm_keyboard"], False, False, 3)
5952
vbox_c1.pack_start(self.widgets["frm_message_position"], False, False, 3)
6053
vbox_c2.pack_start(self.widgets["frm_themes"], False, False, 3)
61-
vbox_c2.pack_start(self.widgets["frm_unlock"], False, False, 3)
6254
vbox_c1.show()
6355
vbox_c2.show()
6456
label = Gtk.Label(label=_("Appearance") + " 2")

0 commit comments

Comments
 (0)