Ignore:
Timestamp:
2013-02-14T12:11:39+13:00 (11 years ago)
Author:
davidb
Message:

Bug fixes after testing on new laptop

Location:
other-projects/diy-streetview-pano-capture/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/diy-streetview-pano-capture/trunk/Client/res/layout/activity_main.xml

    r26882 r26886  
    3434        android:layout_toLeftOf="@+id/btnConnect"
    3535        android:ems="10"
    36         android:focusableInTouchMode="false"
    3736        android:inputType="textUri"
    3837        android:minLines="1" />
     
    102101        android:baselineAlignBottom="true"
    103102        android:contentDescription="@string/montageDesc"
    104         android:minHeight="150px"
    105         android:minWidth="150px"
     103        android:minHeight="150dp"
     104        android:minWidth="150dp"
    106105        android:visibility="gone" />
    107106
  • other-projects/diy-streetview-pano-capture/trunk/Server/classes/console/capture_cameras.pm

    r26882 r26886  
    100100            {
    101101                print "ERROR: Camera ID: $count_cameras has been disconnected! Redetecting cameras.\n";
    102                 detect_cameras::do;
    103102                print "Aborting Capture!\n";
    104103                return;
Note: See TracChangeset for help on using the changeset viewer.