We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940959d commit eaaed22Copy full SHA for eaaed22
1 file changed
gpu-pac
@@ -93,7 +93,7 @@ class PACWindow(Gtk.Window):
93
# Card Number in top center of box
94
devices[gpu.prm.uuid] = {'card_num': Gtk.Label(name='white_label')}
95
devices[gpu.prm.uuid]['card_num'].set_markup('<big><b>Card {}: </b>{}</big>'.format(
96
- gpu.get_params_value(str('card_num')), gpu.get_params_value('model_display')))
+ gpu.get_params_value(str('card_num')), gpu.get_params_value('model_display')[:40]))
97
set_gtk_prop(devices[gpu.prm.uuid]['card_num'], align=(0.5, 0.5), top=1, bottom=1, right=4, left=4)
98
lbox = Gtk.Box(spacing=6, name='head_box')
99
set_gtk_prop(lbox, top=1, bottom=1, right=1, left=1)
0 commit comments