This patch tweaks the Hotot CSS file a bit to save screen space by removing the profile images and tightening the rendering a bit. --- hotot/hotot/hotot.py +++ hotot/hotot/hotot.py @@ -111,7 +111,7 @@ menubar.show_all() vbox.pack_start(menubar, expand=0, fill=0, padding=0) ## - self.window.set_geometry_hints(min_height=380, min_width=460) + self.window.set_geometry_hints(min_height=38, min_width=46) self.window.show() self.window.connect('delete-event', gtk.Widget.hide_on_delete) self.window.connect('size-allocate', self.on_size_allocate) --- hotot/data/ui/css/style.css +++ hotot/data/ui/css/style.css @@ -2147,3 +2147,16 @@ background: transparent url(../imgs/ic16_close.png) no-repeat; } +.profile_img_wrapper { + display: none; + width: -48px; + height: 0; +} + +.card_body { + margin: 0; +} + +.card_body > .text { + margin-top: 15px; +}