diff options
| author | 2015-05-12 16:19:40 -0400 | |
|---|---|---|
| committer | 2015-05-12 16:19:40 -0400 | |
| commit | 9618f0ebbf4b88045247c01ce8c8f58203508ebf (patch) | |
| tree | 20c9894691353ee8bab4eec668e9b0b6c6426e0f /SQLiteStudio3/guiSQLiteStudio/general.css | |
| parent | a308f430f694423064ebc86fd0506c8c6fdb3d93 (diff) | |
Imported Upstream version 3.0.6upstream/3.0.6
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/general.css')
| -rw-r--r-- | SQLiteStudio3/guiSQLiteStudio/general.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/general.css b/SQLiteStudio3/guiSQLiteStudio/general.css new file mode 100644 index 0000000..93b351c --- /dev/null +++ b/SQLiteStudio3/guiSQLiteStudio/general.css @@ -0,0 +1,15 @@ +QToolBar { + margin: 0px; + padding: 0px; +} + +QToolBar > QToolButton { + padding: 0px; + margin-top: 2px; + margin-bottom: 2px; +} + +QToolBar > QToolButton[popupMode="1"] { + padding-right: 6px; + padding-left: 6px; +} |
