Minor style change

This commit is contained in:
Sumner Evans
2019-06-28 21:09:58 -06:00
parent b86a4ee5ee
commit 54e17f1ecf

View File

@@ -50,7 +50,8 @@ class MainWindow(Gtk.ApplicationWindow):
if state.config.current_server >= 0:
server_name = state.config.servers[
state.config.current_server].name
self.connected_to_label.set_markup(f'Connected to {server_name}')
self.connected_to_label.set_markup(
f'<b>Connected to {server_name}</b>')
else:
self.connected_to_label.set_markup(
f'<span style="italic">Not Connected to a Server</span>')