r3169 - software/ui/src

Miriam Ruiz baby-guest at alioth.debian.org
Sun Jul 1 19:17:53 UTC 2007


Author: baby-guest
Date: 2007-07-01 19:17:53 +0000 (Sun, 01 Jul 2007)
New Revision: 3169

Modified:
   software/ui/src/ui.fld
Log:
Added browser for tags



Modified: software/ui/src/ui.fld
===================================================================
--- software/ui/src/ui.fld	2007-07-01 18:58:54 UTC (rev 3168)
+++ software/ui/src/ui.fld	2007-07-01 19:17:53 UTC (rev 3169)
@@ -46,8 +46,8 @@
   }
   Function {CreateMainWindow()} {open
   } {
-    Fl_Window {} {open
-      xywh {550 506 710 430} type Double resizable visible
+    Fl_Window {} {open selected
+      xywh {540 159 710 525} type Double resizable visible
     } {
       Fl_Group {} {open
         xywh {5 15 375 119} box UP_FRAME
@@ -70,7 +70,7 @@
         }
       }
       Fl_Browser ResultsBrowser {
-        xywh {5 140 375 285} type Select textsize 12 resizable
+        xywh {5 140 375 375} type Select textsize 12 resizable
         class PackageBrowser
       }
       Fl_Tile {} {open
@@ -96,14 +96,21 @@
         }
       }
       Fl_Group {} {open
-        xywh {385 15 325 415}
+        xywh {385 15 320 240}
       } {
         Fl_Button ScreenshotWidget {
           xywh {385 15 320 240} box FLAT_BOX
         }
-        Fl_Text_Display InfoText {selected
-          xywh {385 260 320 165} textsize 12 resizable
+      }
+      Fl_Group {} {open
+        xywh {385 260 320 255}
+      } {
+        Fl_Text_Display InfoText {
+          xywh {385 260 320 170} textsize 12
         }
+        Fl_Browser DebTagsBrowser {
+          xywh {385 435 320 80} textsize 11
+        }
       }
     }
   }




More information about the Pkg-games-commits mailing list