octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49257] resize issues for gui app


From: anonymous
Subject: [Octave-bug-tracker] [bug #49257] resize issues for gui app
Date: Mon, 3 Oct 2016 18:43:13 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

URL:
  <http://savannah.gnu.org/bugs/?49257>

                 Summary: resize issues for gui app
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 03 Oct 2016 06:43:10 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following app shows resizing issues:
See the attached screenshots.


function f_gui = bug_resize
    f_gui = figure();
    pan_c = uipanel(f_gui, 'Position', [0.0, 0.75, 1.0, 0.25]);
    uicontrol(pan_c, 'Position', [10, 10, 160, 20], ...
                'Style', 'slider', 'Min', 0, 'Max', 20, 'Value', 10);
    pan_p1  = uipanel(f_gui, 'Position', [0.0, 0.0, 1.0, 0.75]);
    subplot(1, 1, 1, 'Parent', pan_p1);
    imagesc(rand(10,10));
end


qt 4.6.2



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 03 Oct 2016 06:43:10 PM UTC  Name: bug_resize_01.PNG  Size: 21kB  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=38654>
-------------------------------------------------------
Date: Mon 03 Oct 2016 06:43:10 PM UTC  Name: bug_resize_03.PNG  Size: 23kB  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=38655>
-------------------------------------------------------
Date: Mon 03 Oct 2016 06:43:10 PM UTC  Name: bug_resize_02.PNG  Size: 23kB  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=38656>
-------------------------------------------------------
Date: Mon 03 Oct 2016 06:43:10 PM UTC  Name: bug_resize_04.PNG  Size: 23kB  
By: None

<http://savannah.gnu.org/bugs/download.php?file_id=38657>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49257>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]