File: fix-xrc-errors.patch

package info (click to toggle)
dicompyler 0.4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,896 kB
  • sloc: python: 5,332; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Fix XRC errors reported by wxPython 3.0
Author: Olly Betts <olly@survex.com>
Bug-Debian: https://bugs.debian.org/759056
Forwarded: no
Last-Update: 2014-09-11

--- dicompyler-0.4.2.orig/dicompyler/resources/main.xrc
+++ dicompyler-0.4.2/dicompyler/resources/main.xrc
@@ -154,7 +154,6 @@
                     </object>
                   </object>
                   <cols>3</cols>
-                  <rows>1</rows>
                   <vgap>5</vgap>
                   <hgap>5</hgap>
                   <growablecols>1</growablecols>
@@ -222,7 +221,7 @@
                     <option>1</option>
                     <flag>wxALL|wxEXPAND|wxALIGN_CENTRE</flag>
                   </object>
-                  <cols>4</cols>
+                  <cols>8</cols>
                   <rows>2</rows>
                   <vgap>5</vgap>
                   <hgap>5</hgap>