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

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

[Octave-bug-tracker] [bug #49551] uipanel title hides/obscures uipaned c


From: Guillaume
Subject: [Octave-bug-tracker] [bug #49551] uipanel title hides/obscures uipaned contents (qt)
Date: Wed, 17 Jul 2019 12:11:06 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #1, bug #49551 (project octave):

I think the issue I am observing is related to this report: the space used by
the title of a uipanel is not taken into account when determining the
available size of its content. I attach a screenshot illustrating the issue by
comparing Octave and Matlab.


h = figure;
p = uipanel (h,...
    'Units','normalized',...
    'Position',[0 0 1 0.5],...
    'BackgroundColor',[1 0 0],...
    'BorderType','none',...
    'Title','PANEL');
u = uicontrol (p,...
    'Style','listbox',...
    'Units','normalized',...
    'Position',[0 0 1 1],...
    'BackgroundColor',[0 0 1],....
    'String','OCTAVE');



(file #47232)
    _______________________________________________________

Additional Item Attachment:

File name: uipanel.png                    Size:31 KB
    <https://savannah.gnu.org/file/uipanel.png?file_id=47232>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?49551>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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