resizable widget container

This commit is contained in:
Jan Prochazka
2020-05-10 17:39:49 +02:00
parent dc87aeeb43
commit 836db096a9
6 changed files with 100 additions and 46 deletions

View File

@@ -1,30 +1,33 @@
export default {
widgetMenu: {
iconSize: 60,
background: "#222",
iconFontSize: "23pt",
iconFontColor: "#eee",
backgroundHover: "#555",
backgroundSelected: "#4CAF50",
background: '#222',
iconFontSize: '23pt',
iconFontColor: '#eee',
backgroundHover: '#555',
backgroundSelected: '#4CAF50',
},
leftPanel: {
width: 300,
background: "#ccc"
// width: 300,
background: '#ccc',
},
tabsPanel: {
height: 31,
background: "#ddd",
hoverFont: "#338"
background: '#ddd',
hoverFont: '#338',
},
statusBar: {
height: 20,
background: "#00c"
background: '#00c',
},
toolBar: {
height: 30,
background: "#eee",
background: '#eee',
},
mainArea: {
background: "#eee"
}
background: '#eee',
},
splitter: {
thickness: 3,
},
};