mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-03 07:20:46 +00:00
main_window.xml: Give more space to the ContextBar
This commit is contained in:
parent
8dc869e1de
commit
5567e3dfc5
@ -4,23 +4,23 @@
|
|||||||
<vbox noborders="true" id="main_box">
|
<vbox noborders="true" id="main_box">
|
||||||
<hbox noborders="true" id="menubar" />
|
<hbox noborders="true" id="menubar" />
|
||||||
<hbox noborders="true" id="tabsbar" />
|
<hbox noborders="true" id="tabsbar" />
|
||||||
<hbox noborders="true" expansive="true">
|
|
||||||
<splitter id="colorbarsplitter"
|
<splitter id="colorbarsplitter"
|
||||||
horizontal="true" expansive="true"
|
horizontal="true" expansive="true"
|
||||||
by="pixel" position="52">
|
by="pixel" position="52">
|
||||||
<vbox noborders="true" id="colorbar" />
|
<vbox noborders="true" id="colorbar" />
|
||||||
<vbox noborders="true" expansive="true">
|
<vbox noborders="true" expansive="true">
|
||||||
<vbox noborders="true" id="contextbar" />
|
<vbox noborders="true" id="contextbar" />
|
||||||
|
<hbox noborders="true" expansive="true">
|
||||||
<splitter id="timelinesplitter"
|
<splitter id="timelinesplitter"
|
||||||
vertical="true" expansive="true"
|
vertical="true" expansive="true"
|
||||||
by="percetage" position="100">
|
by="percetage" position="100">
|
||||||
<hbox noborders="true" id="workspace" expansive="true" />
|
<hbox noborders="true" id="workspace" expansive="true" />
|
||||||
<vbox noborders="true" id="timeline" expansive="true" />
|
<vbox noborders="true" id="timeline" expansive="true" />
|
||||||
</splitter>
|
</splitter>
|
||||||
</vbox>
|
|
||||||
</splitter>
|
|
||||||
<vbox noborders="true" id="toolbar" />
|
<vbox noborders="true" id="toolbar" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
</vbox>
|
||||||
|
</splitter>
|
||||||
<hbox noborders="true" id="statusbar" />
|
<hbox noborders="true" id="statusbar" />
|
||||||
</vbox>
|
</vbox>
|
||||||
</gui>
|
</gui>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user