mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 14:04:19 -04:00
Tidy up and simplification of UI
Removal of sliders and zoom / rotate buttons. Rearrangement of buttons to reduce amount of grey space. Reduction of size of preview and of main window. Smaller, tigter layout works better on small screens and is less complex.
This commit is contained in:
parent
e3f3dddbf0
commit
35e3c76785
3 changed files with 174 additions and 347 deletions
|
@ -116,11 +116,6 @@ public slots:
|
|||
void datamatrix_options();
|
||||
void maxi_primary();
|
||||
void change_print_scale();
|
||||
void scaleRotate();
|
||||
void zoomIn(void);
|
||||
void zoomOut(void);
|
||||
void rotateLeft(void);
|
||||
void rotateRight(void);
|
||||
|
||||
private slots:
|
||||
bool save();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue