Bug#456563: goplay: patch in svn
Peter De Wachter
pdewacht at gmail.com
Mon Mar 3 21:42:59 UTC 2008
Followup-For: Bug #456563
I've applied to following patch in svn, this fixes the major
problems. It's still impossible to scroll the package description or
the debtag list, though.
Index: ui.fld
===================================================================
--- ui.fld (revision 5985)
+++ ui.fld (working copy)
@@ -78,6 +78,10 @@
Fl_Group InputGroup {open
xywh {5 16 375 118} box UP_FRAME
} {
+ Fl_Input SearchInput {
+ label Search
+ xywh {65 95 300 25} labelsize 12
+ }
Fl_Choice TypeSelection {
label Type open
xywh {70 60 120 25} down_box BORDER_BOX labelsize 12 when 1
@@ -96,10 +100,6 @@
xywh {25 25 100 20}
}
}
- Fl_Input SearchInput {
- label Search
- xywh {65 95 300 25} labelsize 12
- }
Fl_Group {} {open
xywh {13 25 312 30}
} {
@@ -121,11 +121,11 @@
image {../data/icons/Icon32.png} xywh {340 20 35 35} box NO_BOX
}
}
- Fl_Button ScreenshotWidget {
+ Fl_Box ScreenshotWidget {
xywh {385 15 320 240} box FLAT_BOX color 32 selection_color 32
}
Fl_Browser ResultsBrowser {
- xywh {5 140 375 375} type Select align 0 textsize 12
+ xywh {5 140 375 375} type Hold align 0 textsize 12
class PackageBrowser
}
Fl_Browser DebTagsBrowser {
More information about the Pkg-games-devel
mailing list