|
41 | 41 | self.widgets["vbox15"].pack_end(hbox_gremlin_buttons_2, False, False, 3) |
42 | 42 |
|
43 | 43 | # 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"]) |
47 | 44 | self.widgets["vbox_file"].remove(self.widgets["frm_message_position"]) |
48 | 45 | 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) |
52 | 46 | vbox_c1 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) |
53 | 47 | vbox_c2 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) |
54 | 48 | hbox_setup_appearance_2 = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL) |
55 | 49 | hbox_setup_appearance_2.pack_start(vbox_c1, False, False, 3) |
56 | 50 | hbox_setup_appearance_2.pack_start(vbox_c2, False, False, 3) |
57 | 51 | hbox_setup_appearance_2.show() |
58 | | -vbox_c1.pack_start(self.widgets["frm_keyboard"], False, False, 3) |
59 | 52 | vbox_c1.pack_start(self.widgets["frm_message_position"], False, False, 3) |
60 | 53 | vbox_c2.pack_start(self.widgets["frm_themes"], False, False, 3) |
61 | | -vbox_c2.pack_start(self.widgets["frm_unlock"], False, False, 3) |
62 | 54 | vbox_c1.show() |
63 | 55 | vbox_c2.show() |
64 | 56 | label = Gtk.Label(label=_("Appearance") + " 2") |
|
0 commit comments