1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-23 04:47:03 +00:00

GUI: fix dot size label position

This commit is contained in:
gitlost
2021-09-25 14:44:32 +01:00
parent 4284f3c578
commit 9884875fd5
3 changed files with 9 additions and 8 deletions

View File

@@ -627,6 +627,7 @@ static void plot_hexagon(unsigned char *scaled_hexagon, const int hex_width, con
} }
} }
} }
/* Draw binding or box */ /* Draw binding or box */
static void draw_bind_box(const struct zint_symbol *symbol, unsigned char *pixelbuf, static void draw_bind_box(const struct zint_symbol *symbol, unsigned char *pixelbuf,
const int xoffset_si, const int yoffset_si, const int symbol_height_si, const int dot_overspill_si, const int xoffset_si, const int yoffset_si, const int symbol_height_si, const int dot_overspill_si,

View File

@@ -1094,7 +1094,7 @@ in X-dimensions</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="2"> <item row="7" column="2">
<widget class="QLabel" name="lblDotSize"> <widget class="QLabel" name="lblDotSize">
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>