*/}}
YimingWu vor 2 Jahren
Ursprung
Commit
3c24cf0e19
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ourpaint.c

+ 1 - 1
ourpaint.c

@@ -42,7 +42,7 @@ int main(int argc, char *argv[]){
     //laAddRootDBInst("la.drivers");
     //laAddRootDBInst("our.tools");
 
-    laWindow* w = laDesignWindow(-1,-1,600,600);
+    laWindow* w = laDesignWindow(-1,-1,35*LA_RH,25*LA_RH);
 
     laLayout* l = laDesignLayout(w, "Our Paint");
     laBlock* b = l->FirstBlock;