Package: bless
Version: 0.6.0-4
Severity: wishlist

Dear Maintainer,

When we try to resize the bless UI to the minimum size, bless can only show 17
bytes hex data per row by default. It's hard for reading.

If we don't activate the 'Conversion Table' widget, bless can resize to smaller
size, but the conversion entries will be missing.

If we set the border_width of ConversionTableWidget from 6 to 1, then bless can
shows 16 bytes data per row. It will make bless more suitable for use. Please
find the patch in the attachment.

PS: I do know that we can create a layout file for the data display, but this
little patch can improve the default human interaction.

Just my two cents.

Thanks,
Flos



-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages bless depends on:
ii  libc6                         2.19-18
ii  libglade2.0-cil               2.12.10-5.1
ii  libglib2.0-cil                2.12.10-5.1
ii  libgtk2.0-cil                 2.12.10-5.1
ii  libmono-corlib4.5-cil         3.2.8+dfsg-10
ii  libmono-posix4.0-cil          3.2.8+dfsg-10
ii  libmono-system-xml4.0-cil     3.2.8+dfsg-10
ii  libmono-system4.0-cil         3.2.8+dfsg-10
ii  mono-runtime                  3.2.8+dfsg-10
ii  rarian-compat [scrollkeeper]  0.8.1-6

bless recommends no packages.

bless suggests no packages.

-- no debconf information
diff -uNr bless-0.6.0.orig/data/bless.glade bless-0.6.0/data/bless.glade
--- bless-0.6.0.orig/data/bless.glade	2008-06-07 20:18:12.000000000 +0800
+++ bless-0.6.0/data/bless.glade	2015-07-16 00:01:37.876730522 +0800
@@ -162,7 +162,7 @@
     <child>
       <widget class="GtkTable" id="ConversionTableWidget">
         <property name="visible">True</property>
-        <property name="border_width">6</property>
+        <property name="border_width">1</property>
         <property name="n_rows">5</property>
         <property name="n_columns">7</property>
         <child>

Reply via email to