refactor: update user int,
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 5.4 KiB |
@@ -354,7 +354,7 @@ def GUI(self, Gtk, GdkPixbuf):
|
||||
hbox_install_buttons.pack_start(button_resolution, False, True, 0)
|
||||
|
||||
label_creds = Gtk.Label(xalign=0)
|
||||
label_creds.set_markup("User: liveuser | Pass: No Password")
|
||||
label_creds.set_markup("User: whoami | Pass: No Password")
|
||||
label_creds.set_name("label_style")
|
||||
|
||||
hbox_user = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
|
||||
|